HomeSort by relevance Sort by last modified time
    Searched defs:MESSAGE_STATUS_RECEIVED_ACTION (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 40 private static final String MESSAGE_STATUS_RECEIVED_ACTION =
41 "com.android.cts.permission.sms.MESSAGE_STATUS_RECEIVED_ACTION";
69 filter.addAction(MESSAGE_STATUS_RECEIVED_ACTION);
89 new Intent(MESSAGE_STATUS_RECEIVED_ACTION), PendingIntent.FLAG_ONE_SHOT);
117 } else if (MESSAGE_STATUS_RECEIVED_ACTION.equals(intent.getAction())) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java 35 public static final String MESSAGE_STATUS_RECEIVED_ACTION =
46 if (MESSAGE_STATUS_RECEIVED_ACTION.equals(intent.getAction())) {

Completed in 1728 milliseconds