Home
last modified time | relevance | path

Searched refs:remoteInputs (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java75 RemoteInput[] remoteInputs = action.getRemoteInputs(); in processForRemoteInput() local
76 if (remoteInputs == null) { in processForRemoteInput()
79 for (RemoteInput ri : remoteInputs) { in processForRemoteInput()
/frameworks/base/core/java/android/app/
DRemoteInput.java446 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent() argument
456 for (RemoteInput remoteInput : remoteInputs) { in addResultsToIntent()
DNotification.java1502 RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Action() argument
1511 this.mRemoteInputs = remoteInputs; in Action()
1631 @Nullable RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Builder() argument
1637 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() local
5279 if (remoteInputs == null) { in hasValidRemoteInput()
5283 for (RemoteInput r : remoteInputs) { in hasValidRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java287 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput() argument
289 mRemoteInputs = remoteInputs; in setRemoteInput()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...