Searched refs:SMS_MESSAGE_SENT_ACTION (Results 1 – 1 of 1) sorted by relevance
97 private static final String SMS_MESSAGE_SENT_ACTION = field in SmsFacade162 IntentFilter smsFilter = new IntentFilter(SMS_MESSAGE_SENT_ACTION); in SmsFacade()366 new Intent(SMS_MESSAGE_SENT_ACTION), 0)); in smsSendTextMessage()379 new Intent(SMS_MESSAGE_SENT_ACTION), 0); in smsSendTextMessage()471 } else if (SMS_MESSAGE_SENT_ACTION.equals(action)) { in onReceive()