Home
last modified time | relevance | path

Searched refs:ACTION_REPLY (Results 1 – 9 of 9) sorted by relevance

/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
DConstants.java48 public static final String ACTION_REPLY = field in Constants
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DMessagingIntentService.java41 public static final String ACTION_REPLY = field in MessagingIntentService
57 if (ACTION_REPLY.equals(action)) { in onHandleIntent()
202 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in recreateBuilderWithMessagingStyle()
DNotificationsActivity.java221 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in generateMessagingStyleNotification()
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DMessagingIntentService.java47 public static final String ACTION_REPLY = field in MessagingIntentService
63 if (ACTION_REPLY.equals(action)) { in onHandleIntent()
208 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in recreateBuilderWithMessagingStyle()
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DMessagingIntentService.java50 public static final String ACTION_REPLY = field in MessagingIntentService
66 if (ACTION_REPLY.equals(action)) { in onHandleIntent()
246 intent.setAction(MessagingIntentService.ACTION_REPLY); in recreateBuilderWithMessagingStyle()
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
DReplyToMessageIntentService.java61 if (Constants.ACTION_REPLY.equals(action)) { in onHandleIntent()
DMockIncomingMessageReceiver.java125 intent.setAction(Constants.ACTION_REPLY); in generateMessagingStyleNotification()
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
DMainActivity.java768 intent.setAction(MessagingIntentService.ACTION_REPLY); in generateMessagingStyleNotification()
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
DStandaloneMainActivity.java697 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in generateMessagingStyleNotification()