Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java31 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java201 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
DKeyguardStateControllerImpl.java194 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl