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 D | KeyguardStateControllerTest.java | 78 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 D | KeyguardStateController.java | 193 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
|
H A D | KeyguardStateControllerImpl.java | 170 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 D | CarKeyguardViewController.java | 193 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 D | StatusBarKeyguardViewManager.java | 382 mKeyguardStateController.notifyKeyguardState(mShowing, in show() 726 mKeyguardStateController.notifyKeyguardState(mShowing, in hide()
|
H A D | StatusBar.java | 3385 mKeyguardStateController.notifyKeyguardState(mStatusBarKeyguardViewManager.isShowing(), in updateKeyguardState()
|