Home
last modified time | relevance | path

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

/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()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReplyReceiver.java69 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessageText() local
70 if (remoteInput != null) { in getMessageText()
71 return remoteInput.getCharSequence( in getMessageText()
DMessagingService.java97 RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_REMOTE_REPLY) in sendNotificationForConversation() local
110 .addRemoteInput(remoteInput) in sendNotificationForConversation()
119 .setReplyAction(replyIntent, remoteInput); in sendNotificationForConversation()