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.java40 private static final boolean ENABLE_REMOTE_INPUT = field in RemoteInputController
60 if (!ENABLE_REMOTE_INPUT) { in processForRemoteInput()
DNotificationRemoteInputManager.java58 public static final boolean ENABLE_REMOTE_INPUT = field in NotificationRemoteInputManager
DNotificationEntryManager.java18 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
373 if (ENABLE_REMOTE_INPUT) { in bindRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowManager.java21 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
169 || ENABLE_REMOTE_INPUT && state.remoteInputActive) { in applyFocusableFlag()