HomeSort by relevance Sort by last modified time
    Searched refs:NotificationInd (Results 1 - 18 of 18) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsWapPushReceiver.java 27 import com.google.android.mms.pdu.NotificationInd;
56 final NotificationInd nInd = (NotificationInd) pdu;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
NotificationInd.java 25 public class NotificationInd extends GenericPdu {
35 public NotificationInd() throws InvalidHeaderValueException {
45 NotificationInd(PduHeaders headers) {
PduParser.java 158 NotificationInd notificationInd =
159 new NotificationInd(mHeaders);
160 return notificationInd;
    [all...]
PduPersister.java 622 pdu = new NotificationInd(headers);
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
NotificationInd.java 23 public class NotificationInd extends GenericPdu {
33 public NotificationInd() throws InvalidHeaderValueException {
43 NotificationInd(PduHeaders headers) {
PduParser.java 155 NotificationInd notificationInd =
156 new NotificationInd(mHeaders);
157 return notificationInd;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
NotificationInd.java 25 public class NotificationInd extends GenericPdu {
35 public NotificationInd() throws InvalidHeaderValueException {
45 NotificationInd(PduHeaders headers) {
PduParser.java 177 NotificationInd notificationInd =
178 new NotificationInd(mHeaders);
179 return notificationInd;
    [all...]
PduPersister.java 664 return new NotificationInd(headers);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 58 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) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 59 import com.android.messaging.mmslib.pdu.NotificationInd;
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 48 import com.google.android.mms.pdu.NotificationInd;
543 pdu instanceof NotificationInd ||
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 3338 milliseconds