Searched refs:remoteInputs (Results 1 – 5 of 5) sorted by relevance
75 RemoteInput[] remoteInputs = action.getRemoteInputs(); in processForRemoteInput() local76 if (remoteInputs == null) { in processForRemoteInput()79 for (RemoteInput ri : remoteInputs) { in processForRemoteInput()
446 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent() argument456 for (RemoteInput remoteInput : remoteInputs) { in addResultsToIntent()
1502 RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Action() argument1511 this.mRemoteInputs = remoteInputs; in Action()1631 @Nullable RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Builder() argument1637 if (remoteInputs != null) { in Builder()1638 mRemoteInputs = new ArrayList<RemoteInput>(remoteInputs.length); in Builder()1639 Collections.addAll(mRemoteInputs, remoteInputs); in Builder()5278 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput() local5279 if (remoteInputs == null) { in hasValidRemoteInput()5283 for (RemoteInput r : remoteInputs) { in hasValidRemoteInput()
287 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput() argument289 mRemoteInputs = remoteInputs; in setRemoteInput()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...