Home
last modified time | relevance | path

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

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