Home
last modified time | relevance | path

Searched refs:FINGERPRINT_ACQUIRED_TOO_BRIGHT (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricFingerprintConstants.java220 FINGERPRINT_ACQUIRED_TOO_BRIGHT,
304 int FINGERPRINT_ACQUIRED_TOO_BRIGHT = 10; field
342 case FINGERPRINT_ACQUIRED_TOO_BRIGHT: in shouldDisableUdfpsDisplayMode()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintUtils.java25 …t static android.hardware.biometrics.BiometricFingerprintConstants.FINGERPRINT_ACQUIRED_TOO_BRIGHT;
193 case FINGERPRINT_ACQUIRED_TOO_BRIGHT: in isKnownAcquiredCode()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DAidlConversionUtils.java83 return BiometricFingerprintConstants.FINGERPRINT_ACQUIRED_TOO_BRIGHT; in toFrameworkAcquiredInfo()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java1729 case FINGERPRINT_ACQUIRED_TOO_BRIGHT: in getAcquiredString()