Searched refs:remoteInputs (Results 1 – 4 of 4) 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()
62 final RemoteInput[] remoteInputs = action.getRemoteInputs(); in onNotificationPosted() local63 if (remoteInputs != null && remoteInputs.length > 0) { in onNotificationPosted()64 for (RemoteInput remoteInput : remoteInputs) { in onNotificationPosted()
284 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasInlineReply() local285 if (remoteInputs == null) { in hasInlineReply()288 for (RemoteInput remoteInput : remoteInputs) { in hasInlineReply()
281 .anyMatch(remoteInputs -> remoteInputs.length > 0); in replyCallbackHasRemoteInput()