Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java988 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in noFpListeningWhenKeyguardIsOccluded_unlessAlternateBouncerShowing()
1011 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in fpStopsListeningWhenBiometricPromptShows_resumesOnBpHidden()
1048 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testFaceAndFingerprintLockout_onlyFace()
1059 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testFaceAndFingerprintLockout_onlyFingerprint()
1071 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testFaceAndFingerprintLockout()
1155 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testMultiUserLockout_whenUserSwitches()
1366 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in listenForFingerprint_whenOccludingAppPkgOnAllowlist()
1387 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in doNotListenForFingerprint_whenOccludingAppPkgNotOnAllowlist()
1405 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testOccludingAppFingerprintListeningState()
1420 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testOccludingAppRequestsFingerprint()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardLifecyclesDispatcher.java141 mWakefulnessLifecycle.dispatchStartedWakingUp(msg.arg1 /* pmReason */); in handleMessage()
DWakefulnessLifecycle.java133 public void dispatchStartedWakingUp(@PowerManager.WakeReason int pmWakeReason) { in dispatchStartedWakingUp() method in WakefulnessLifecycle
DKeyguardViewMediator.java1987 mUpdateMonitor.dispatchStartedWakingUp(pmWakeReason);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt171 wakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN) in wakefulnessLifecycle_dispatchStartedWakingUpSetsSysUIflagToWAKING()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java434 mWakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in setup()
1137 mWakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in fingerprintManagerNull_noNPE()
1399 mWakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN); in setKeyguardShowingAndOccluded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt809 wakefulnessLifecycle.dispatchStartedWakingUp(0) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3815 public void dispatchStartedWakingUp(@PowerManager.WakeReason int pmWakeReason) { in dispatchStartedWakingUp() method in KeyguardUpdateMonitor