Searched refs:EXTRA_REPLY (Results 1 – 8 of 8) sorted by relevance
43 public static final String EXTRA_REPLY = "reply"; field in ResponderService81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY); in onStartCommand()108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY) in showNotification()
90 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()
26 public static final String EXTRA_REPLY = field in NotificationUtil
47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()
46 public static final String EXTRA_REPLY = field in MessagingIntentService133 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
48 public static final String EXTRA_REPLY = field in MessagingIntentService135 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle()
638 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
725 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()