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.java79 public void dispatchStartedGoingToSleep() throws Exception { in dispatchStartedGoingToSleep() method in WakefulnessLifecycleTest
82 mWakefulness.dispatchStartedGoingToSleep(); in dispatchStartedGoingToSleep()
94 mWakefulness.dispatchStartedGoingToSleep(); in dispatchFinishedGoingToSleep()
109 mWakefulness.dispatchStartedGoingToSleep(); in doesNotDispatchTwice()
110 mWakefulness.dispatchStartedGoingToSleep(); in doesNotDispatchTwice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardLifecyclesDispatcher.java73 mWakefulnessLifecycle.dispatchStartedGoingToSleep();
DWakefulnessLifecycle.java67 public void dispatchStartedGoingToSleep() { in dispatchStartedGoingToSleep() method in WakefulnessLifecycle
DKeyguardViewMediator.java840 KeyguardUpdateMonitor.getInstance(mContext).dispatchStartedGoingToSleep(why); in onStartedGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2386 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() method in KeyguardUpdateMonitor