Searched refs:NotificationInd (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DNotificationInd.java25 public class NotificationInd extends GenericPdu { class in inherits:GenericPdu
35 public NotificationInd() throws InvalidHeaderValueException { method in class:NotificationInd
45 NotificationInd(PduHeaders headers) { method in class:NotificationInd
H A DPduParser.java158 NotificationInd notificationInd =
159 new NotificationInd(mHeaders);
H A DPduPersister.java622 pdu = new NotificationInd(headers);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java58 import com.google.android.mms.pdu.NotificationInd;
271 final NotificationInd nInd = (NotificationInd) parsedPdu;
478 final NotificationInd nInd = (NotificationInd) pdu;
566 private static boolean isDuplicateNotification(Context context, NotificationInd nInd) {

Completed in 88 milliseconds