Home
last modified time | relevance | path

Searched refs:EXTRA_REPLY (Results 1 – 13 of 13) sorted by relevance

/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DResponderService.java43 public static final String EXTRA_REPLY = "reply"; field in ResponderService
81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY); in onStartCommand()
108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY) in showNotification()
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
DConstants.java29 public static final String EXTRA_REPLY = field in Constants
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DMessagingIntentService.java44 public static final String EXTRA_REPLY = field in MessagingIntentService
126 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()
194 new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
DNotificationsActivity.java213 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
/developers/samples/android/deprecated/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
DActionsPresets.java90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply()
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply()
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply()
DNotificationUtil.java26 public static final String EXTRA_REPLY = field in NotificationUtil
DNotificationIntentReceiver.java47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DMessagingIntentService.java50 public static final String EXTRA_REPLY = field in MessagingIntentService
132 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()
200 new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DMessagingIntentService.java53 public static final String EXTRA_REPLY = field in MessagingIntentService
135 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()
233 new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
DReplyToMessageIntentService.java96 return remoteInput.getCharSequence(Constants.EXTRA_REPLY); in getMessage()
DMockIncomingMessageReceiver.java121 new RemoteInput.Builder(Constants.EXTRA_REPLY).setLabel(replyLabel).build(); in generateMessagingStyleNotification()
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
DMainActivity.java755 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
DStandaloneMainActivity.java689 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()