Home
last modified time | relevance | path

Searched refs:NotificationInd (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DNotificationInd.java25 public class NotificationInd extends GenericPdu { class
35 public NotificationInd() throws InvalidHeaderValueException { in NotificationInd() method in NotificationInd
45 NotificationInd(PduHeaders headers) { in NotificationInd() method in NotificationInd
DPduParser.java177 NotificationInd notificationInd = in parse()
178 new NotificationInd(mHeaders); in parse()
DPduPersister.java664 return new NotificationInd(headers); in createPdu()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DNotificationInd.java23 public class NotificationInd extends GenericPdu { class
33 public NotificationInd() throws InvalidHeaderValueException { in NotificationInd() method in NotificationInd
43 NotificationInd(PduHeaders headers) { in NotificationInd() method in NotificationInd
DPduParser.java155 NotificationInd notificationInd = in parse()
156 new NotificationInd(mHeaders); in parse()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java59 import com.android.messaging.mmslib.pdu.NotificationInd;
2178 private static String[] getDupNotifications(final Context context, final NotificationInd nInd) { in getDupNotifications()
2303 final NotificationInd nInd = (NotificationInd) pdu;
2608 final NotificationInd notification = new NotificationInd();
/packages/services/Mms/src/com/android/mms/service/
DMmsService.java52 import com.google.android.mms.pdu.NotificationInd;
600 pdu instanceof NotificationInd || in importMms()