Home
last modified time | relevance | path

Searched refs:onStartedGoingToSleep (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWakefulnessLifecycle.java64 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep()
89 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
DKeyguardService.java117 public void onStartedGoingToSleep(int reason) {
119 mKeyguardViewMediator.onStartedGoingToSleep(reason);
DKeyguardViewMediator.java799 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in KeyguardViewMediator
1957 mStatusBarKeyguardViewManager.onStartedGoingToSleep(); in handleNotifyStartedGoingToSleep()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWakefulnessLifecycleTest.java86 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep()
113 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl48 void onStartedGoingToSleep(int reason); in onStartedGoingToSleep() method
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java104 public void onStartedGoingToSleep(int reason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper
106 mService.onStartedGoingToSleep(reason); in onStartedGoingToSleep()
DKeyguardServiceDelegate.java352 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in KeyguardServiceDelegate
354 mKeyguardService.onStartedGoingToSleep(why); in onStartedGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java171 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java1094 cb.onStartedGoingToSleep(arg1); in handleStartedGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DFingerprintUnlockController.java278 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in FingerprintUnlockController
DStatusBarKeyguardViewManager.java295 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
DStatusBar.java4498 public void onStartedGoingToSleep() {
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java6790 mKeyguardDelegate.onStartedGoingToSleep(why); in startedGoingToSleep()
/frameworks/base/config/
Dboot-image-profile.txt9230 HPLcom/android/internal/policy/IKeyguardService$Stub$Proxy;->onStartedGoingToSleep(I)V