Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DScreenLifecycle.java86 default void onScreenTurningOff() {} in onScreenTurningOff() method
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl89 void onScreenTurningOff(); in onScreenTurningOff() method
/aosp12/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java161 public void onScreenTurningOff() { in onScreenTurningOff() method in KeyguardServiceWrapper
H A DKeyguardServiceDelegate.java310 public void onScreenTurningOff() { in onScreenTurningOff() method in KeyguardServiceDelegate