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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
WakefulnessLifecycle.java 55 dispatch(Observer::onStartedGoingToSleep);
77 default void onStartedGoingToSleep() {}
KeyguardViewMediator.java 771 public void onStartedGoingToSleep(int why) {
772 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + why + ")");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 170 public void onStartedGoingToSleep(int why) { }
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 104 public void onStartedGoingToSleep(int reason) {
106 mService.onStartedGoingToSleep(reason);
KeyguardServiceDelegate.java 340 public void onStartedGoingToSleep(int why) {
342 mKeyguardService.onStartedGoingToSleep(why);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
FingerprintUnlockController.java 278 public void onStartedGoingToSleep(int why) {
StatusBarKeyguardViewManager.java 240 public void onStartedGoingToSleep() {
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 120 milliseconds