Searched refs:onStartedGoingToSleep (Results 1 – 11 of 11) sorted by relevance
111 public void onStartedGoingToSleep(int reason) {113 mKeyguardViewMediator.onStartedGoingToSleep(reason);
762 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in KeyguardViewMediator1899 mStatusBarKeyguardViewManager.onStartedGoingToSleep(); in handleNotifyStartedGoingToSleep()
104 public void onStartedGoingToSleep(int reason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper106 mService.onStartedGoingToSleep(reason); in onStartedGoingToSleep()
313 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in KeyguardServiceDelegate315 mKeyguardService.onStartedGoingToSleep(why); in onStartedGoingToSleep()
48 void onStartedGoingToSleep(int reason); in onStartedGoingToSleep() method
164 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
950 cb.onStartedGoingToSleep(arg1); in handleStartedGoingToSleep()
211 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager212 mStatusBar.onStartedGoingToSleep(); in onStartedGoingToSleep()
245 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in FingerprintUnlockController
4900 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method
6568 mKeyguardDelegate.onStartedGoingToSleep(why); in startedGoingToSleep()