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.java37 @VisibleForTesting boolean mRemoteInputActive; field in RemoteInputQuickSettingsDisabler
50 if (mRemoteInputActive && misLandscape) { in adjustDisableFlags()
58 if(mRemoteInputActive != active){ in setRemoteInputActive()
59 mRemoteInputActive = active; in setRemoteInputActive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisablerTest.java59 assertFalse(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldEnableQuickSetting_afterDeactiviate()
67 assertTrue(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldDisableQuickSetting_afteActiviate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java100 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager
318 mRemoteInputActive = active; in onRemoteInputActive()
583 boolean remoteInputActive = mRemoteInputActive; in updateStates()
650 || mRemoteInputActive); in isNavBarVisible()
745 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()