Searched refs:MESSAGE_SENT_ACTION (Results 1 – 1 of 1) sorted by relevance
42 private static final String MESSAGE_SENT_ACTION = field in NoReceiveSmsPermissionTest68 filter.addAction(MESSAGE_SENT_ACTION); in testReceiveTextMessage()88 new Intent(MESSAGE_SENT_ACTION), PendingIntent.FLAG_ONE_SHOT); in sendSMSToSelf()120 } else if (MESSAGE_SENT_ACTION.equals(intent.getAction())) { in onReceive()