Home
last modified time | relevance | path

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

/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java43 public static final String ACTION_REPLY = field in MessagingIntentService
60 if (ACTION_REPLY.equals(action)) { in onHandleIntent()
206 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java45 public static final String ACTION_REPLY = field in MessagingIntentService
62 if (ACTION_REPLY.equals(action)) { in onHandleIntent()
215 intent.setAction(MessagingIntentService.ACTION_REPLY); in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java644 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in generateMessagingStyleNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java736 intent.setAction(MessagingIntentService.ACTION_REPLY); in generateMessagingStyleNotification()