Searched refs:MESSAGE_SENT_ACTION (Results 1 – 2 of 2) sorted by relevance
97 Intent intent = new Intent(SmsReceiverService.MESSAGE_SENT_ACTION, in sendMessage()
77 public static final String MESSAGE_SENT_ACTION = field in SmsReceiverService202 if (MESSAGE_SENT_ACTION.equals(intent.getAction())) { in handleMessage()