Searched refs:remoteInput (Results 1 – 3 of 3) sorted by relevance
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()
69 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessageText() local70 if (remoteInput != null) { in getMessageText()71 return remoteInput.getCharSequence( in getMessageText()
97 RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_REMOTE_REPLY) in sendNotificationForConversation() local110 .addRemoteInput(remoteInput) in sendNotificationForConversation()119 .setReplyAction(replyIntent, remoteInput); in sendNotificationForConversation()