Home
last modified time | relevance | path

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

/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java41 public class MessagingIntentService extends IntentService { class
52 public MessagingIntentService() { in MessagingIntentService() method in MessagingIntentService
207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
214 Intent intent = new Intent(this, MessagingIntentService.class); in recreateBuilderWithMessagingStyle()
215 intent.setAction(MessagingIntentService.ACTION_REPLY); in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java39 public class MessagingIntentService extends IntentService { class
50 public MessagingIntentService() { in MessagingIntentService() method in MessagingIntentService
201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
205 Intent replyIntent = new Intent(this, MessagingIntentService.class); in recreateBuilderWithMessagingStyle()
206 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java43 import com.example.android.wearable.wear.wearnotifications.handlers.MessagingIntentService;
638 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
643 Intent replyIntent = new Intent(this, MessagingIntentService.class); in generateMessagingStyleNotification()
644 replyIntent.setAction(MessagingIntentService.ACTION_REPLY); in generateMessagingStyleNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java49 import com.example.android.wearable.wear.wearnotifications.handlers.MessagingIntentService;
725 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
735 Intent intent = new Intent(this, MessagingIntentService.class); in generateMessagingStyleNotification()
736 intent.setAction(MessagingIntentService.ACTION_REPLY); in generateMessagingStyleNotification()