Home
last modified time | relevance | path

Searched refs:remoteInput (Results 1 – 9 of 9) 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()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigPictureSocialIntentService.java122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
123 if (remoteInput != null) { in getMessage()
124 return remoteInput.getCharSequence(EXTRA_COMMENT); in getMessage()
170 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
192 .addRemoteInput(remoteInput) in recreateBuilderWithBigPictureStyle()
DMessagingIntentService.java131 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
132 if (remoteInput != null) { in getMessage()
133 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()
201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local
221 .addRemoteInput(remoteInput) in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigPictureSocialIntentService.java122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
123 if (remoteInput != null) { in getMessage()
124 return remoteInput.getCharSequence(EXTRA_COMMENT); in getMessage()
173 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local
195 .addRemoteInput(remoteInput) in recreateBuilderWithBigPictureStyle()
DMessagingIntentService.java133 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local
134 if (remoteInput != null) { in getMessage()
135 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()
207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local
227 .addRemoteInput(remoteInput) in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java380 RemoteInput remoteInput = in generateBigPictureStyleNotification() local
404 .addRemoteInput(remoteInput) in generateBigPictureStyleNotification()
638 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local
659 .addRemoteInput(remoteInput) in generateMessagingStyleNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java406 RemoteInput remoteInput = in generateBigPictureStyleNotification() local
432 .addRemoteInput(remoteInput) in generateBigPictureStyleNotification()
725 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local
748 .addRemoteInput(remoteInput) in generateMessagingStyleNotification()