Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java395 Utils.authenticatorStatusToBiometricConstant( in getCanAuthenticateResult()
409 final int publicError = Utils.authenticatorStatusToBiometricConstant(internalStatus.second); in getPreAuthenticateStatus()
H A DUtils.java329 static int authenticatorStatusToBiometricConstant( in authenticatorStatusToBiometricConstant() method in Utils