Home
last modified time | relevance | path

Searched refs:dispatchScreenTurningOff (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DScreenLifecycleTest.java77 mScreen.dispatchScreenTurningOff(); in screenTurningOff()
87 mScreen.dispatchScreenTurningOff(); in screenTurnedOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardLifecyclesDispatcher.java63 mScreenLifecycle.dispatchScreenTurningOff();
DScreenLifecycle.java52 public void dispatchScreenTurningOff() { in dispatchScreenTurningOff() method in ScreenLifecycle