Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerTest.java78 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsShowing()
94 mKeyguardStateController.notifyKeyguardState(false /* showing */, true /* occluded */); in testIsOccluded()
121 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsUnlocked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java193 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
H A DKeyguardStateControllerImpl.java170 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java193 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in show()
206 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in hide()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java382 mKeyguardStateController.notifyKeyguardState(mShowing, in show()
726 mKeyguardStateController.notifyKeyguardState(mShowing, in hide()
H A DStatusBar.java3385 mKeyguardStateController.notifyKeyguardState(mStatusBarKeyguardViewManager.isShowing(), in updateKeyguardState()