Searched defs:remoteInput (Results 1 – 6 of 6) sorted by relevance
76 RemoteInput remoteInput = new RemoteInput.Builder(KEY_REPLY) in sendDirectReplyNotification() local97 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in onReceiveDirectReply() local
137 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getText() local
910 final RemoteInput remoteInput = new RemoteInput.Builder(Intent.EXTRA_TEXT).setLabel( in addWearableVoiceReplyAction() local
166 RemoteInput remoteInput = remoteInputs[0]; in writeReply() local
248 final RemoteInput remoteInput = new RemoteInput.Builder("RI") in sendNotification() local
776 @Nullable RemoteInput remoteInput) { in ConversationAction()