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.kt63 var remoteInputs: Array<RemoteInput>? in <lambda>() variable
146 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.java98 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.java1822 RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Action()
1996 @Nullable RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Builder()
5914 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput() local
/frameworks/base/core/java/android/widget/
DRemoteViews.java453 public void setRemoteInputs(@IdRes int viewId, RemoteInput[] remoteInputs) { in setRemoteInputs()