Searched refs:MESSAGE_SENT_ACTION (Results 1 – 3 of 3) sorted by relevance
25 public static final String MESSAGE_SENT_ACTION = field in SmsReceiverHelper35 intent.setAction(MESSAGE_SENT_ACTION); in getMessageSentPendingIntent()
40 case SmsReceiverHelper.MESSAGE_SENT_ACTION: { in onReceive()
47 private static final String MESSAGE_SENT_ACTION = field in NoReceiveSmsPermissionTest76 filter.addAction(MESSAGE_SENT_ACTION); in testReceiveTextMessage()108 filter.addAction(MESSAGE_SENT_ACTION); in testAppSpecificSmsToken()135 …new Intent(MESSAGE_SENT_ACTION), PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_MUTABLE_UNAUDITE… in sendSMSToSelf()170 } else if (MESSAGE_SENT_ACTION.equals(intent.getAction())) { in onReceive()