Searched refs:mRemoteInputActive (Results 1 – 4 of 4) sorted by relevance
39 @VisibleForTesting boolean mRemoteInputActive; field in RemoteInputQuickSettingsDisabler54 if (mRemoteInputActive && misLandscape) { in adjustDisableFlags()62 if(mRemoteInputActive != active){ in setRemoteInputActive()63 mRemoteInputActive = active; in setRemoteInputActive()
61 assertFalse(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldEnableQuickSetting_afterDeactiviate()69 assertTrue(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldDisableQuickSetting_afteActiviate()
154 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager481 mRemoteInputActive = active; in onRemoteInputActive()812 boolean remoteInputActive = mRemoteInputActive; in updateStates()890 || mRemoteInputActive || keyguardWithGestureNav in isNavBarVisible()1002 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()
284 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive) { in applyFocusableFlag()305 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive) { in applyForceShowNavigationFlag()556 mCurrentState.mRemoteInputActive = remoteInputActive; in onRemoteInputActive()673 boolean mRemoteInputActive; field in NotificationShadeWindowController.State