Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java261 assertTrue(Utils.isConfirmationSupported(BiometricAuthenticator.TYPE_FACE)); in testConfirmationSupported()
262 assertTrue(Utils.isConfirmationSupported(BiometricAuthenticator.TYPE_IRIS)); in testConfirmationSupported()
263 assertFalse(Utils.isConfirmationSupported(BiometricAuthenticator.TYPE_FINGERPRINT)); in testConfirmationSupported()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java363 static boolean isConfirmationSupported(@BiometricAuthenticator.Modality int modality) { in isConfirmationSupported() method in Utils
H A DBiometricService.java679 return Utils.isConfirmationSupported(modality);