Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationIntentReceiver.java45 CharSequence replyMessage = null; in onReceive() local
47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()
49 if (replyMessage != null) { in onReceive()
50 message = message + ": \"" + replyMessage + "\""; in onReceive()
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java79 CharSequence replyMessage = ""; in onStartCommand() local
81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY); in onStartCommand()
83 processIncoming(replyMessage.toString()); in onStartCommand()