Searched refs:remoteInput (Results 1 – 8 of 8) sorted by relevance
76 RemoteInput remoteInput = new RemoteInput.Builder(KEY_REPLY) in sendDirectReplyNotification() local84 .addRemoteInput(remoteInput) in sendDirectReplyNotification()97 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in onReceiveDirectReply() local98 if (remoteInput == null) { in onReceiveDirectReply()101 final CharSequence reply = remoteInput.getCharSequence(KEY_REPLY); in onReceiveDirectReply()
251 RemoteInput remoteInput = action.getRemoteInputs()[0];252 if (remoteInput == null) {257 messageDataBundle.putCharSequence(remoteInput.getResultKey(),261 new RemoteInput[]{remoteInput}, resultIntent, messageDataBundle);
166 RemoteInput remoteInput = remoteInputs[0]; in writeReply() local167 if (remoteInput == null) { in writeReply()174 results.putCharSequence(remoteInput.getResultKey(), reply); in writeReply()
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()
297 for (RemoteInput remoteInput : remoteInputs) { in hasInlineReply()298 if (remoteInput.getAllowFreeFormInput()) { in hasInlineReply()
466 RemoteInput remoteInput = new RemoteInput.Builder("result") in createReplyAction() local473 .addRemoteInput(remoteInput) in createReplyAction()
646 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in finishCreate() local648 if (remoteInput != null) { in finishCreate()650 CharSequence input = remoteInput.getCharSequence( in finishCreate()