Home
last modified time | relevance | path

Searched refs:notifyKeyguardState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerTest.java68 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsShowing()
84 mKeyguardStateController.notifyKeyguardState(false /* showing */, true /* occluded */); in testIsOccluded()
111 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsUnlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java149 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
DKeyguardStateControllerImpl.java134 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java172 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in show()
186 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in hide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java345 mKeyguardStateController.notifyKeyguardState(mShowing, in show()
578 mKeyguardStateController.notifyKeyguardState(mShowing, in hide()
DStatusBar.java3584 mKeyguardStateController.notifyKeyguardState(mStatusBarKeyguardViewManager.isShowing(), in updateKeyguardState()