Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java20 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
317 if (ENABLE_REMOTE_INPUT) { in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java23 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;
440 || (ENABLE_REMOTE_INPUT && state.remoteInputActive) in applyFocusableFlag()
460 || ENABLE_REMOTE_INPUT && state.remoteInputActive) { in applyForceShowNavigationFlag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java87 public static final boolean ENABLE_REMOTE_INPUT = field in NotificationRemoteInputManager