Home
last modified time | relevance | path

Searched refs:BIOMETRIC_ERROR_SENSOR_PRIVACY_ENABLED (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricConstants.java157 int BIOMETRIC_ERROR_SENSOR_PRIVACY_ENABLED = 18; field
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java291 case BiometricConstants.BIOMETRIC_ERROR_SENSOR_PRIVACY_ENABLED: in biometricConstantsToBiometricManager()
354 return BiometricConstants.BIOMETRIC_ERROR_SENSOR_PRIVACY_ENABLED; in authenticatorStatusToBiometricConstant()