Home
last modified time | relevance | path

Searched refs:REPLY_ACTION (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java42 public static final String REPLY_ACTION = field in MessagingService
76 .setAction(REPLY_ACTION) in getMessageReplyIntent()
DMessageReplyReceiver.java41 if (MessagingService.REPLY_ACTION.equals(intent.getAction())) { in onReceive()