/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | WakefulnessLifecycleTest.java | 92 verify(mWakefulnessObserver).onStartedGoingToSleep(); in dispatchStartedGoingToSleep() 119 verify(mWakefulnessObserver, times(1)).onStartedGoingToSleep(); in doesNotDispatchTwice()
|
D | KeyguardViewMediatorTest.java | 134 mViewMediator.onStartedGoingToSleep(OFF_BECAUSE_OF_USER); in testOnGoingToSleep_UpdatesKeyguardGoingAway()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | WakefulnessLifecycle.java | 156 dispatch(Observer::onStartedGoingToSleep); in dispatchStartedGoingToSleep() 235 default void onStartedGoingToSleep() {} in onStartedGoingToSleep() method
|
D | KeyguardService.java | 231 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { 233 mKeyguardViewMediator.onStartedGoingToSleep(
|
D | KeyguardViewMediator.java | 994 public void onStartedGoingToSleep(@WindowManagerPolicyConstants.OffReason int offReason) { in onStartedGoingToSleep() method in KeyguardViewMediator 2526 mKeyguardViewControllerLazy.get().onStartedGoingToSleep(); in handleNotifyStartedGoingToSleep()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardService.aidl | 48 void onStartedGoingToSleep(int pmSleepReason); in onStartedGoingToSleep() method
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardViewController.java | 58 default void onStartedGoingToSleep() {}; in onStartedGoingToSleep() method
|
D | KeyguardUpdateMonitorCallback.java | 184 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() method in KeyguardUpdateMonitorCallback
|
D | CarrierTextManager.java | 86 public void onStartedGoingToSleep() {
|
D | KeyguardUpdateMonitor.java | 1644 cb.onStartedGoingToSleep(arg1); in handleStartedGoingToSleep()
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceWrapper.java | 105 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceWrapper 107 mService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
D | KeyguardServiceDelegate.java | 357 public void onStartedGoingToSleep(@PowerManager.GoToSleepReason int pmSleepReason) { in onStartedGoingToSleep() method in KeyguardServiceDelegate 359 mKeyguardService.onStartedGoingToSleep(pmSleepReason); in onStartedGoingToSleep()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | UnlockedScreenOffAnimationController.kt | 166 override fun onStartedGoingToSleep() { in onStartedGoingToSleep() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
|
D | KeyguardBypassController.kt | 205 fun onStartedGoingToSleep() { in onStartedGoingToSleep() method
|
D | BiometricUnlockController.java | 491 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() method in BiometricUnlockController
|
D | StatusBarKeyguardViewManager.java | 569 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in StatusBarKeyguardViewManager
|
D | StatusBar.java | 4103 public void onStartedGoingToSleep() { 4112 mKeyguardBypassController.onStartedGoingToSleep();
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
D | MediaHierarchyManagerTest.kt | 146 observer.onStartedGoingToSleep() in testBlockedWhenScreenTurningOff()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | WMShell.java | 295 public void onStartedGoingToSleep() { in initOneHanded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaHierarchyManager.kt | 447 override fun onStartedGoingToSleep() { in onStartedGoingToSleep() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 619 public void onStartedGoingToSleep() { in onStartedGoingToSleep() method in AuthContainerView
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4203 mKeyguardDelegate.onStartedGoingToSleep(pmSleepReason); in startedGoingToSleep()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 78466 Lcom/android/internal/policy/IKeyguardService$Stub$Proxy;->onStartedGoingToSleep(I)V 78511 Lcom/android/internal/policy/IKeyguardService;->onStartedGoingToSleep(I)V
|
/frameworks/base/services/ |
D | art-profile | 35628 HPLcom/android/server/policy/keyguard/KeyguardServiceDelegate;->onStartedGoingToSleep(I)V+]Lcom/and… 35655 HPLcom/android/server/policy/keyguard/KeyguardServiceWrapper;->onStartedGoingToSleep(I)V+]Lcom/andr…
|