Home
last modified time | relevance | path

Searched refs:mKeyguardStateController (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java86 private final KeyguardStateController mKeyguardStateController; field in CarKeyguardViewController
169 mKeyguardStateController = keyguardStateController; in CarKeyguardViewController()
224 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in show()
238 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in hide()
242 mKeyguardStateController.notifyKeyguardDoneFading(); in hide()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java115 private KeyguardStateController mKeyguardStateController; field in CarSystemBarTest
175 () -> mKeyguardStateController, () -> mIconPolicy, mHvacController, mSignalPolicy, in initCarSystemBar()
209 when(mKeyguardStateController.isShowing()).thenReturn(true); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
229 when(mKeyguardStateController.isShowing()).thenReturn(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
236 when(mKeyguardStateController.isShowing()).thenReturn(false); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()