Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.java40 @VisibleForTesting boolean mRemoteInputActive; field in RemoteInputQuickSettingsDisabler
55 if (mRemoteInputActive && misLandscape) { in adjustDisableFlags()
63 if(mRemoteInputActive != active){ in setRemoteInputActive()
64 mRemoteInputActive = active; in setRemoteInputActive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisablerTest.java62 assertFalse(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldEnableQuickSetting_afterDeactiviate()
70 assertTrue(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldDisableQuickSetting_afteActiviate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java145 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager
444 mRemoteInputActive = active; in onRemoteInputActive()
779 boolean remoteInputActive = mRemoteInputActive; in updateStates()
851 || mRemoteInputActive || keyguardWithGestureNav); in isNavBarVisible()
964 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()