Home
last modified time | relevance | path

Searched refs:notifyKeyguardGoingAway (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java145 default void notifyKeyguardGoingAway(boolean b) {} in notifyKeyguardGoingAway() method
DKeyguardStateControllerImpl.java244 public void notifyKeyguardGoingAway(boolean keyguardGoingAway) { in notifyKeyguardGoingAway() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3365 mKeyguardStateController.notifyKeyguardGoingAway(true); in keyguardGoingAway()