/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/ |
D | ResponderService.java | 43 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/ |
D | Constants.java | 29 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/ |
D | MessagingIntentService.java | 44 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()
|
D | NotificationsActivity.java | 213 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/ |
D | ActionsPresets.java | 90 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()
|
D | NotificationUtil.java | 26 public static final String EXTRA_REPLY = field in NotificationUtil
|
D | NotificationIntentReceiver.java | 47 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/ |
D | MessagingIntentService.java | 50 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/ |
D | MessagingIntentService.java | 53 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/ |
D | ReplyToMessageIntentService.java | 96 return remoteInput.getCharSequence(Constants.EXTRA_REPLY); in getMessage()
|
D | MockIncomingMessageReceiver.java | 121 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/ |
D | MainActivity.java | 755 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/ |
D | StandaloneMainActivity.java | 689 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
|