Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
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()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java375 static boolean isConfirmationSupported(@BiometricAuthenticator.Modality int modality) { in isConfirmationSupported() method in Utils
DBiometricService.java735 return Utils.isConfirmationSupported(modality);