Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationIntentReceiver.java44 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent); in onReceive() local
46 if (remoteInputResults != null) { in onReceive()
47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java78 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent); in onStartCommand() local
80 if (remoteInputResults != null) { in onStartCommand()
81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY); in onStartCommand()