Home
last modified time | relevance | path

Searched refs:ENABLE_REMOTE_INPUT (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java41 private static final boolean ENABLE_REMOTE_INPUT = field in RemoteInputController
64 if (!ENABLE_REMOTE_INPUT) { in processForRemoteInput()
H A DNotificationRemoteInputManager.java86 public static final boolean ENABLE_REMOTE_INPUT = field in NotificationRemoteInputManager
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java20 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
184 if (ENABLE_REMOTE_INPUT) { in init()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImpl.java24 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
339 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive in applyFocusableFlag()
364 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive) { in applyForceShowNavigationFlag()