Home
last modified time | relevance | path

Searched refs:biometricConstantsToBiometricManager (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java237 Utils.biometricConstantsToBiometricManager(testCases[i][0])); in testBiometricConstantsConversion()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java394 return Utils.biometricConstantsToBiometricManager( in getCanAuthenticateResult()
H A DUtils.java267 static int biometricConstantsToBiometricManager(int biometricConstantsCode) { in biometricConstantsToBiometricManager() method in Utils