Searched refs:MessagingIntentService (Results 1 – 4 of 4) sorted by relevance
41 public class MessagingIntentService extends IntentService { class52 public MessagingIntentService() { in MessagingIntentService() method in MessagingIntentService207 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()
39 public class MessagingIntentService extends IntentService { class50 public MessagingIntentService() { in MessagingIntentService() method in MessagingIntentService201 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()
43 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()
49 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()