Home | History | Annotate | Download | only in app

Lines Matching defs:remoteInputs

1461                 RemoteInput[] remoteInputs, boolean allowGeneratedReplies,
1470 this.mRemoteInputs = remoteInputs;
1527 * of non-textual RemoteInputs do not access these remote inputs.
1578 RemoteInput[] remoteInputs, boolean allowGeneratedReplies,
1584 if (remoteInputs != null) {
1585 mRemoteInputs = new ArrayList<RemoteInput>(remoteInputs.length);
1586 Collections.addAll(mRemoteInputs, remoteInputs);
4954 RemoteInput[] remoteInputs = action.getRemoteInputs();
4955 if (remoteInputs == null) {
4959 for (RemoteInput r : remoteInputs) {