Messaging: Remove unused code
Change-Id: I8093bb3e305ae323f7069bf42f9e83f8c8647cc7
This commit is contained in:
@@ -639,14 +639,6 @@ public class MessageData implements Parcelable {
|
||||
|| mProtocol == MessageData.PROTOCOL_MMS_PUSH_NOTIFICATION;
|
||||
}
|
||||
|
||||
public static boolean getIsMmsNotification(final int protocol) {
|
||||
return (protocol == MessageData.PROTOCOL_MMS_PUSH_NOTIFICATION);
|
||||
}
|
||||
|
||||
public final boolean getIsMmsNotification() {
|
||||
return getIsMmsNotification(mProtocol);
|
||||
}
|
||||
|
||||
public static boolean getIsSms(final int protocol) {
|
||||
return protocol == (MessageData.PROTOCOL_SMS);
|
||||
}
|
||||
@@ -801,10 +793,6 @@ public class MessageData implements Parcelable {
|
||||
}
|
||||
}
|
||||
|
||||
public final void setRetryStartTimestamp(final long timestamp) {
|
||||
mRetryStartTimestamp = timestamp;
|
||||
}
|
||||
|
||||
public final void setRawTelephonyStatus(final int rawStatus) {
|
||||
mRawStatus = rawStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user