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/policy/
DRemoteInputViewController.kt62 var remoteInputs: Array<RemoteInput>? in <lambda>() variable
145 override var remoteInputs: Array<RemoteInput>? = null in onSendRemoteInput() variable in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java85 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.java1793 RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Action()
1963 @Nullable RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Builder()
5845 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput() local
/frameworks/base/core/java/android/widget/
DRemoteViews.java429 public void setRemoteInputs(@IdRes int viewId, RemoteInput[] remoteInputs) { in setRemoteInputs()