Home
last modified time | relevance | path

Searched defs:notifyKeyguardState (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DFakeKeyguardStateController.java31 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in FakeKeyguardStateController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java197 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
H A DKeyguardStateControllerImpl.java191 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl