Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java111 public void onStartedGoingToSleep(int reason) {
113 mKeyguardViewMediator.onStartedGoingToSleep(reason);
DKeyguardViewMediator.java762 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in KeyguardViewMediator
1899 mStatusBarKeyguardViewManager.onStartedGoingToSleep(); in handleNotifyStartedGoingToSleep()
/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.java313 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in KeyguardServiceDelegate
315 mKeyguardService.onStartedGoingToSleep(why); in onStartedGoingToSleep()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardService.aidl48 void onStartedGoingToSleep(int reason); in onStartedGoingToSleep() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java164 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java950 cb.onStartedGoingToSleep(arg1); in handleStartedGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java211 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
212 mStatusBar.onStartedGoingToSleep(); in onStartedGoingToSleep()
DFingerprintUnlockController.java245 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in FingerprintUnlockController
DStatusBar.java4900 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java6568 mKeyguardDelegate.onStartedGoingToSleep(why); in startedGoingToSleep()