Searched refs:ENABLE_REMOTE_INPUT (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.systemui.statusbar.NotificationRemoteInputManager.ENABLE_REMOTE_INPUT;317 if (ENABLE_REMOTE_INPUT) { in init()
23 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()
87 public static final boolean ENABLE_REMOTE_INPUT = field in NotificationRemoteInputManager