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

  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 43 private static final String MESSAGE_SENT_ACTION =
69 filter.addAction(MESSAGE_SENT_ACTION);
89 new Intent(MESSAGE_SENT_ACTION), PendingIntent.FLAG_ONE_SHOT);
124 } else if (MESSAGE_SENT_ACTION.equals(intent.getAction())) {
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SendStatusReceiver.java 39 public static final String MESSAGE_SENT_ACTION =
62 if (MESSAGE_SENT_ACTION.equals(action)) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
SmsSender.java 280 getSendStatusIntent(context, SendStatusReceiver.MESSAGE_SENT_ACTION,

Completed in 487 milliseconds