Searched refs:remoteInput (Results 1 – 3 of 3) sorted by relevance
52 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessageText() local53 if (remoteInput != null) { in getMessageText()54 return remoteInput.getCharSequence(MessagingService.EXTRA_VOICE_REPLY); in getMessageText()
97 RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY) in sendNotificationForConversation() local113 .setReplyAction(replyIntent, remoteInput); in sendNotificationForConversation()
90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local98 .addRemoteInput(remoteInput) in apply()112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local122 .addRemoteInput(remoteInput) in apply()144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local153 .addRemoteInput(remoteInput) in apply()