Home
last modified time | relevance | path

Searched defs:onStartedGoingToSleep (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl49 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java60 default void onStartedGoingToSleep() {}; in onStartedGoingToSleep() method
H A DKeyguardUpdateMonitorCallback.java160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycle.java261 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt219 fun onStartedGoingToSleep() { regex
H A DStatusBarKeyguardViewManager.java824 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java106 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper
H A DKeyguardServiceDelegate.java375 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceDelegate