Searched refs:dispatchStartedWakingUp (Results 1 – 9 of 9) sorted by relevance
73 public void dispatchStartedWakingUp() throws Exception { in dispatchStartedWakingUp() method in WakefulnessLifecycleTest74 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()
988 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 …]
141 mWakefulnessLifecycle.dispatchStartedWakingUp(msg.arg1 /* pmReason */); in handleMessage()
133 public void dispatchStartedWakingUp(@PowerManager.WakeReason int pmWakeReason) { in dispatchStartedWakingUp() method in WakefulnessLifecycle
1987 mUpdateMonitor.dispatchStartedWakingUp(pmWakeReason);
171 wakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN) in wakefulnessLifecycle_dispatchStartedWakingUpSetsSysUIflagToWAKING()
434 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()
809 wakefulnessLifecycle.dispatchStartedWakingUp(0) in <lambda>()
3815 public void dispatchStartedWakingUp(@PowerManager.WakeReason int pmWakeReason) { in dispatchStartedWakingUp() method in KeyguardUpdateMonitor