Searched refs:remoteInputs (Results 1 – 3 of 3) sorted by relevance
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()