Home
last modified time | relevance | path

Searched defs:onScreenTurningOff (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/screen/
H A DScreenStatusProvider.kt32 fun onScreenTurningOff() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DScreenLifecycle.java85 default void onScreenTurningOff() {} in onScreenTurningOff() method
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl90 void onScreenTurningOff(); in onScreenTurningOff() method
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java162 public void onScreenTurningOff() { in onScreenTurningOff() method in KeyguardServiceWrapper
H A DKeyguardServiceDelegate.java337 public void onScreenTurningOff() { in onScreenTurningOff() method in KeyguardServiceDelegate