Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWakefulnessLifecycleTest.java77 public void dispatchStartedGoingToSleep() throws Exception { in dispatchStartedGoingToSleep() method in WakefulnessLifecycleTest
80 mWakefulness.dispatchStartedGoingToSleep(); in dispatchStartedGoingToSleep()
92 mWakefulness.dispatchStartedGoingToSleep(); in dispatchFinishedGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardLifecyclesDispatcher.java75 mWakefulnessLifecycle.dispatchStartedGoingToSleep();
DWakefulnessLifecycle.java53 public void dispatchStartedGoingToSleep() { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
DKeyguardViewMediator.java811 KeyguardUpdateMonitor.getInstance(mContext).dispatchStartedGoingToSleep(why); in onStartedGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1839 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor