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 64 dispatch(Observer::onStartedGoingToSleep);
89 default void onStartedGoingToSleep() {}
KeyguardViewMediator.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 171 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 352 public void onStartedGoingToSleep(int why) {
354 mKeyguardService.onStartedGoingToSleep(why);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
FingerprintUnlockController.java 278 public void onStartedGoingToSleep(int why) {
StatusBarKeyguardViewManager.java 295 public void onStartedGoingToSleep() {
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 209 milliseconds