Home
last modified time | relevance | path

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

/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