Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java168 default void setKeyguardGoingAway(boolean goingAway) {} in setKeyguardGoingAway() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImpl.java751 public void setKeyguardGoingAway(boolean goingAway) { in setKeyguardGoingAway() method in NotificationShadeWindowControllerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java628 public void setKeyguardGoingAway(boolean goingAway) { in setKeyguardGoingAway() method in KeyguardUpdateMonitor