Searched refs:remoteInputs (Results 1 – 3 of 3) sorted by relevance
157 RemoteInput[] remoteInputs = actionCallback.getRemoteInputs(); in writeReply() local158 if (remoteInputs == null || remoteInputs.length == 0) { in writeReply()162 if (remoteInputs.length > 1) { in writeReply()166 RemoteInput remoteInput = remoteInputs[0]; in writeReply()175 RemoteInput.addResultsToIntent(remoteInputs, additionalData, results); in writeReply()
293 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasInlineReply() local294 if (remoteInputs == null) { in hasInlineReply()297 for (RemoteInput remoteInput : remoteInputs) { in hasInlineReply()
254 .anyMatch(remoteInputs -> remoteInputs.length > 0); in replyCallbackHasRemoteInput()