Searched refs:WAKE_REASON_BIOMETRIC (Results 1 – 14 of 14) sorted by relevance
25 import android.os.PowerManager.WAKE_REASON_BIOMETRIC405 for (wakeReason in 0..WAKE_REASON_BIOMETRIC) { in isWakeupConsideredUnlockIntent_singleValue()427 for (wakeReason in 0..WAKE_REASON_BIOMETRIC) { in isWakeupConsideredUnlockIntent_multiValue()457 for (wakeReason in 0..WAKE_REASON_BIOMETRIC) { in isWakeupConsideredUnlockIntent_emptyValues()484 for (wakeReason in 0..WAKE_REASON_BIOMETRIC) { in isWakeupForceDismissKeyguard_singleValue()506 for (wakeReason in 0..WAKE_REASON_BIOMETRIC) { in isWakeupForceDismissKeyguard_emptyValues()526 for (wakeReason in 0..WAKE_REASON_BIOMETRIC) { in isWakeupForceDismissKeyguard_multiValue()
2121 mKeyguardUpdateMonitor.dispatchStartedWakingUp(PowerManager.WAKE_REASON_BIOMETRIC); in testFingerprintListeningStateWhenOccluded()
51 BIOMETRIC(isTouch = false, PowerManager.WAKE_REASON_BIOMETRIC),70 PowerManager.WAKE_REASON_BIOMETRIC -> BIOMETRIC in fromPowerManagerWakeReason()
173 case PowerManager.WAKE_REASON_BIOMETRIC: in translateWakeReasonToOnReason()
19 import static android.os.PowerManager.WAKE_REASON_BIOMETRIC;542 return WAKE_REASON_BIOMETRIC; in getPowerManagerWakeReason()
124 repository.wakeUp("SFPS_FP_ACQUISITION_STARTED", PowerManager.WAKE_REASON_BIOMETRIC) in <lambda>()
105 WAKE_REASON_BIOMETRIC = 9; enumerator
161 .isEqualTo(PowerManager.WAKE_REASON_BIOMETRIC) in whenFingerprintAcquiredStartsWhenNotDozing_wakesUpDevice()
185 return BiometricsProtoEnums.WAKE_REASON_BIOMETRIC; in toProtoWakeReason()
198 case PowerManager.WAKE_REASON_BIOMETRIC: in getWakeReason()
622 WAKE_REASON_BIOMETRIC,760 public static final int WAKE_REASON_BIOMETRIC = 17; field in PowerManager785 case WAKE_REASON_BIOMETRIC: return "WAKE_REASON_BIOMETRIC"; in wakeReasonToString()
494 PowerManager.WAKE_REASON_BIOMETRIC, in startWakeAndUnlock()
856 mWakeAndUnlocking ? PowerManager.WAKE_REASON_BIOMETRIC
1271 || lastWakeUp.wakeReason == PowerManager.WAKE_REASON_BIOMETRIC)) { in sleepDefaultDisplayFromPowerButton()