Searched refs:mKeyguardStateController (Results 1 – 2 of 2) sorted by relevance
86 private final KeyguardStateController mKeyguardStateController; field in CarKeyguardViewController169 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()
115 private KeyguardStateController mKeyguardStateController; field in CarSystemBarTest175 () -> 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()