HomeSort by relevance Sort by last modified time
    Searched refs:onStartedGoingToSleep (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 48 void onStartedGoingToSleep(int reason);
56 * {@link #onStartedGoingToSleep} and this method; if it's been
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 164 public void onStartedGoingToSleep(int why) { }
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 119 public void onStartedGoingToSleep(int reason) {
121 mKeyguardViewMediator.onStartedGoingToSleep(reason);
KeyguardViewMediator.java 728 public void onStartedGoingToSleep(int why) {
729 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + why + ")");
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 114 public void onStartedGoingToSleep(int reason) {
116 mService.onStartedGoingToSleep(reason);
KeyguardServiceDelegate.java 313 public void onStartedGoingToSleep(int why) {
315 mKeyguardService.onStartedGoingToSleep(why);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 177 public void onStartedGoingToSleep() {
178 mPhoneStatusBar.onStartedGoingToSleep();
FingerprintUnlockController.java 234 public void onStartedGoingToSleep(int why) {
PhoneStatusBar.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 576 milliseconds