Searched refs:isConfirmationSupported (Results 1 – 4 of 4) sorted by relevance
261 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()
354 static boolean isConfirmationSupported(@BiometricAuthenticator.Modality int modality) { in isConfirmationSupported() method in Utils
822 return Utils.isConfirmationSupported(modality); in registerAuthenticator()
13699 PLcom/android/server/biometrics/Utils;->isConfirmationSupported(I)Z