Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java38 private static final boolean ENABLE_REMOTE_INPUT = field in RemoteInputController
58 if (!ENABLE_REMOTE_INPUT) { in processForRemoteInput()
DNotificationRemoteInputManager.java84 public static final boolean ENABLE_REMOTE_INPUT = field in NotificationRemoteInputManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java20 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
177 if (ENABLE_REMOTE_INPUT) { in bindRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java21 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
224 || ENABLE_REMOTE_INPUT && state.remoteInputActive in applyFocusableFlag()
241 || ENABLE_REMOTE_INPUT && state.remoteInputActive) { in applyForceShowNavigationFlag()