Home
last modified time | relevance | path

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

/development/samples/browseable/ElizaChat/src/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()
/development/samples/browseable/Notifications/Application/src/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()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java46 public static final String EXTRA_REPLY = field in MessagingIntentService
133 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()
201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java48 public static final String EXTRA_REPLY = field in MessagingIntentService
135 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()
207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java638 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java725 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()