Searched refs:remoteInput (Results 1 – 7 of 7) sorted by relevance
76 RemoteInput remoteInput = new RemoteInput.Builder(KEY_REPLY) in sendDirectReplyNotification() local86 .addRemoteInput(remoteInput) in sendDirectReplyNotification()100 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in onReceiveDirectReply() local101 if (remoteInput == null) { in onReceiveDirectReply()104 final CharSequence reply = remoteInput.getCharSequence(KEY_REPLY); in onReceiveDirectReply()
137 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getText() local138 if (remoteInput != null) { in getText()139 final CharSequence extra = remoteInput.getCharSequence(textType); in getText()
910 final RemoteInput remoteInput = new RemoteInput.Builder(Intent.EXTRA_TEXT).setLabel( in addWearableVoiceReplyAction() local914 actionBuilder.addRemoteInput(remoteInput); in addWearableVoiceReplyAction()
416 RemoteInput remoteInput = action.getRemoteInputs()[0];417 if (remoteInput == null) {422 messageDataBundle.putCharSequence(remoteInput.getResultKey(),426 new RemoteInput[]{remoteInput}, resultIntent, messageDataBundle);
64 for (RemoteInput remoteInput : remoteInputs) { in onNotificationPosted()65 sender.send("remote input extras", remoteInput.getExtras()); in onNotificationPosted()
170 final RemoteInput remoteInput = new RemoteInput.Builder("RI") in sendNotification() local175 .addRemoteInput(remoteInput) in sendNotification()
288 for (RemoteInput remoteInput : remoteInputs) { in hasInlineReply()289 if (remoteInput.getAllowFreeFormInput()) { in hasInlineReply()