Searched refs:mKeyguardStateController (Results 1 – 3 of 3) sorted by relevance
92 private final KeyguardStateController mKeyguardStateController; field in CarKeyguardViewController181 mKeyguardStateController = keyguardStateController; in CarKeyguardViewController()245 mKeyguardStateController.notifyKeyguardState(mShowing, in show()246 mKeyguardStateController.isOccluded()); in show()260 mKeyguardStateController.notifyKeyguardState(mShowing, in hide()261 mKeyguardStateController.isOccluded()); in hide()265 mKeyguardStateController.notifyKeyguardDoneFading(); in hide()306 mKeyguardStateController.notifyKeyguardState( in setOccluded()307 mKeyguardStateController.isShowing(), occluded); in setOccluded()309 if (occluded && !mKeyguardStateController.isUnlocked()) { in setOccluded()[all …]
95 private KeyguardStateController mKeyguardStateController; field in CarKeyguardViewControllerTest134 mKeyguardStateController, in setUp()247 when(mKeyguardStateController.isUnlocked()).thenReturn(true); in setOccludedTrue_currentlyIsLocked_showsNavigationButtons()251 when(mKeyguardStateController.isUnlocked()).thenReturn(false); in setOccludedTrue_currentlyIsLocked_showsNavigationButtons()
122 private KeyguardStateController mKeyguardStateController; field in CarSystemBarTest185 () -> mKeyguardStateController, () -> mIconPolicy, mHvacController, mSignalPolicy, in initCarSystemBar()220 when(mKeyguardStateController.isShowing()).thenReturn(true); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()240 when(mKeyguardStateController.isShowing()).thenReturn(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()247 when(mKeyguardStateController.isShowing()).thenReturn(false); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()