Home
last modified time | relevance | path

Searched defs:isGoingToSleep (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt74 override fun isGoingToSleep() = false in isScreenFullyOff() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfacesCommandQueueCallbacks.java518 private boolean isGoingToSleep() { in isGoingToSleep() method in CentralSurfacesCommandQueueCallbacks
DCentralSurfaces.java265 boolean isGoingToSleep(); in isGoingToSleep() method
DCentralSurfacesImpl.java2714 public boolean isGoingToSleep() { in isGoingToSleep() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3869 public boolean isGoingToSleep() { in isGoingToSleep() method in KeyguardUpdateMonitor