Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java354 static boolean isConfirmationSupported(@BiometricAuthenticator.Modality int modality) { in isConfirmationSupported() method in Utils
H A DBiometricService.java822 return Utils.isConfirmationSupported(modality); in registerAuthenticator()
/aosp12/frameworks/base/services/
H A Dart-profile13699 PLcom/android/server/biometrics/Utils;->isConfirmationSupported(I)Z