Home
last modified time | relevance | path

Searched refs:setKeyguardGoingAway (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java168 default void setKeyguardGoingAway(boolean goingAway) {} in setKeyguardGoingAway() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerImpl.java750 public void setKeyguardGoingAway(boolean goingAway) { in setKeyguardGoingAway() method in NotificationShadeWindowControllerImpl
DStatusBarKeyguardViewManager.java1086 mNotificationShadeWindowController.setKeyguardGoingAway(isKeyguardGoingAway); in setKeyguardGoingAwayState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2068 mUpdateMonitor.setKeyguardGoingAway(false); in handleShow()
2109 mUpdateMonitor.setKeyguardGoingAway(true);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java611 public void setKeyguardGoingAway(boolean goingAway) { in setKeyguardGoingAway() method in KeyguardUpdateMonitor
1736 setKeyguardGoingAway(goingAway); in handleKeyguardGoingAway()