Searched refs:SMS_MESSAGE_SENT_ACTION (Results 1 – 1 of 1) sorted by relevance
103 private static final String SMS_MESSAGE_SENT_ACTION = field in SmsFacade182 IntentFilter smsFilter = new IntentFilter(SMS_MESSAGE_SENT_ACTION); in SmsFacade()414 sentIntents.add(createBroadcastPendingIntent(SMS_MESSAGE_SENT_ACTION, messageUri)); in smsSendTextMessage()430 createBroadcastPendingIntent(SMS_MESSAGE_SENT_ACTION, messageUri), in smsSendTextMessage()524 } else if (SMS_MESSAGE_SENT_ACTION.equals(action)) { in onReceive()