Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycleTest.java93 public void dispatchStartedGoingToSleep() throws Exception { in dispatchStartedGoingToSleep() method in WakefulnessLifecycleTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycle.java159 public void dispatchStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java4291 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor