Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java92 private final KeyguardStateController mKeyguardStateController; field in CarKeyguardViewController
181 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 …]
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/keyguard/
DCarKeyguardViewControllerTest.java95 private KeyguardStateController mKeyguardStateController; field in CarKeyguardViewControllerTest
134 mKeyguardStateController, in setUp()
247 when(mKeyguardStateController.isUnlocked()).thenReturn(true); in setOccludedTrue_currentlyIsLocked_showsNavigationButtons()
251 when(mKeyguardStateController.isUnlocked()).thenReturn(false); in setOccludedTrue_currentlyIsLocked_showsNavigationButtons()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java122 private KeyguardStateController mKeyguardStateController; field in CarSystemBarTest
185 () -> 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()