Home
last modified time | relevance | path

Searched defs: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
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReplyReceiver.java52 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessageText() local
DMessagingService.java126 RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY) in sendNotificationForConversation() local