Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java82 RemoteInput[] remoteInputs = action.getRemoteInputs(); in processForRemoteInput() local
/frameworks/base/core/java/android/app/
DRemoteInput.java446 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent()
DNotification.java1758 RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Action()
1909 @Nullable RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Builder()
5743 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java551 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput()
/frameworks/base/core/java/android/widget/
DRemoteViews.java411 public void setRemoteInputs(@IdRes int viewId, RemoteInput[] remoteInputs) { in setRemoteInputs()