Home
last modified time | relevance | path

Searched refs:remoteInput (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReplyReceiver.java52 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessageText() local
53 if (remoteInput != null) { in getMessageText()
54 return remoteInput.getCharSequence(MessagingService.EXTRA_VOICE_REPLY); in getMessageText()
DMessagingService.java97 RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY) in sendNotificationForConversation() local
113 .setReplyAction(replyIntent, remoteInput); in sendNotificationForConversation()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
98 .addRemoteInput(remoteInput) in apply()
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
122 .addRemoteInput(remoteInput) in apply()
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
153 .addRemoteInput(remoteInput) in apply()