Searched refs:NotificationInd (Results 1 – 7 of 7) sorted by relevance
25 public class NotificationInd extends GenericPdu { class35 public NotificationInd() throws InvalidHeaderValueException { in NotificationInd() method in NotificationInd45 NotificationInd(PduHeaders headers) { in NotificationInd() method in NotificationInd
177 NotificationInd notificationInd = in parse()178 new NotificationInd(mHeaders); in parse()
664 return new NotificationInd(headers); in createPdu()
23 public class NotificationInd extends GenericPdu { class33 public NotificationInd() throws InvalidHeaderValueException { in NotificationInd() method in NotificationInd43 NotificationInd(PduHeaders headers) { in NotificationInd() method in NotificationInd
155 NotificationInd notificationInd = in parse()156 new NotificationInd(mHeaders); in parse()
59 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();
52 import com.google.android.mms.pdu.NotificationInd;600 pdu instanceof NotificationInd || in importMms()