Searched refs:WAKE_REASON_POWER_BUTTON (Results 1 – 10 of 10) sorted by relevance
48 intArrayOf(PowerManager.WAKE_REASON_POWER_BUTTON, PowerManager.WAKE_REASON_GESTURE) in testShouldTriggerFaceAuthOnWakeUpFrom_inConfig_returnsTrue()53 PowerManager.WAKE_REASON_POWER_BUTTON in testShouldTriggerFaceAuthOnWakeUpFrom_inConfig_returnsTrue()
758 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testTriesToAuthenticate_whenKeyguard()767 eq(PowerManager.WAKE_REASON_POWER_BUTTON)); in testTriesToAuthenticate_whenKeyguard()773 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in skipsAuthentication_whenStatusBarShadeLocked()785 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in skipsAuthentication_whenStrongAuthRequired_nonBypass()803 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in nofaceDetect_whenStrongAuthRequiredAndBypassUdfpsSupportedAndFpRunning()841 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in noFaceDetect_whenStrongAuthRequiredAndBypass_faceDetectionUnsupported()898 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in noFpListeningWhenKeyguardIsOccluded_unlessAlternateBouncerShowing()913 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testTriesToAuthenticate_whenTrustOnAgentKeyguard_ifBypass()946 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testIgnoresAuth_whenTrustAgentOnKeyguard_withoutBypass()959 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_POWER_BUTTON); in testNoFaceAuth_whenLockDown()[all …]
32 PowerManager.WAKE_REASON_POWER_BUTTON -> POWER_BUTTON in fromPowerManagerWakeReason()
169 case PowerManager.WAKE_REASON_POWER_BUTTON: in translateWakeReasonToOnReason()
472 .thenReturn(PowerManager.WAKE_REASON_POWER_BUTTON); in onSideFingerprintSuccess_recentPowerButtonPress_noHaptic()491 .thenReturn(PowerManager.WAKE_REASON_POWER_BUTTON); in onSideFingerprintSuccess_oldPowerButtonPress_playHaptic()530 .thenReturn(PowerManager.WAKE_REASON_POWER_BUTTON); in onSideFingerprintFail_alwaysPlaysHaptic()
202 case PowerManager.WAKE_REASON_POWER_BUTTON: in updateLastWakeOriginLocation()
600 WAKE_REASON_POWER_BUTTON,651 public static final int WAKE_REASON_POWER_BUTTON = 1; field in PowerManager756 case WAKE_REASON_POWER_BUTTON: return "WAKE_REASON_POWER_BUTTON"; in wakeReasonToString()
760 == PowerManager.WAKE_REASON_POWER_BUTTON; in lastWakeupFromPowerButtonWithinHapticThreshold()
3340 == PowerManager.WAKE_REASON_POWER_BUTTON; in updateRevealEffect()3540 == PowerManager.WAKE_REASON_POWER_BUTTON
4710 PowerManager.WAKE_REASON_POWER_BUTTON, "android.policy:POWER")) { in wakeUpFromPowerKey()4714 PowerManager.wakeReasonToString(PowerManager.WAKE_REASON_POWER_BUTTON)); in wakeUpFromPowerKey()