Home
last modified time | relevance | path

Searched refs:dispatchStartedWakingUp (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycleTest.java73 public void dispatchStartedWakingUp() throws Exception { in dispatchStartedWakingUp() method in WakefulnessLifecycleTest
74 mWakefulness.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in dispatchStartedWakingUp()
83 mWakefulness.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in dispatchFinishedWakingUp()
94 mWakefulness.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in dispatchStartedGoingToSleep()
106 mWakefulness.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in dispatchFinishedGoingToSleep()
119 mWakefulness.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in doesNotDispatchTwice()
120 mWakefulness.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in doesNotDispatchTwice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1066 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testTriesToAuthenticate_whenKeyguard()
1081 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in skipsAuthentication_whenStatusBarShadeLocked()
1093 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in skipsAuthentication_whenStrongAuthRequired_nonBypass()
1113 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in nofaceDetect_whenStrongAuthRequiredAndBypassUdfpsSupportedAndFpRunning()
1151 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in noFaceDetect_whenStrongAuthRequiredAndBypass_faceDetectionUnsupported()
1208 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in noFpListeningWhenKeyguardIsOccluded_unlessAlternateBouncerShowing()
1224 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testTriesToAuthenticate_whenTrustOnAgentKeyguard_ifBypass()
1257 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testIgnoresAuth_whenTrustAgentOnKeyguard_withoutBypass()
1270 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testNoFaceAuth_whenLockDown()
2309 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_APPLICATION); in testFaceWakeupTrigger_runFaceAuth_onlyOnConfiguredTriggers()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardLifecyclesDispatcher.java141 mWakefulnessLifecycle.dispatchStartedWakingUp(msg.arg1 /* pmReason */); in handleMessage()
H A DWakefulnessLifecycle.java129 public void dispatchStartedWakingUp(@PowerManager.WakeReason int pmWakeReason) { in dispatchStartedWakingUp() method in WakefulnessLifecycle
H A DKeyguardViewMediator.java1902 mUpdateMonitor.dispatchStartedWakingUp(pmWakeReason);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DOverviewProxyServiceTest.kt175 wakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java423 mWakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in setup()
1271 mWakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in setKeyguardShowingAndOccluded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java4284 public void dispatchStartedWakingUp(@PowerManager.WakeReason int pmWakeReason) { in dispatchStartedWakingUp() method in KeyguardUpdateMonitor