Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintUtils.java163 case FingerprintError.ERROR_UNABLE_TO_PROCESS: in isKnownErrorCode()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java115 private static final String ERROR_UNABLE_TO_PROCESS = "error_unable_to_process"; field in BiometricServiceTest