Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DScreenLifecycleTest.java80 mScreen.dispatchScreenTurningOff(); in screenTurningOff()
90 mScreen.dispatchScreenTurningOff(); in screenTurnedOff()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DScreenLifecycle.java61 public void dispatchScreenTurningOff() { in dispatchScreenTurningOff() method in ScreenLifecycle
H A DKeyguardLifecyclesDispatcher.java138 case SCREEN_TURNING_OFF -> mScreenLifecycle.dispatchScreenTurningOff(); in handleMessage()