Searched refs:TYPE_IRIS (Results 1 – 9 of 9) sorted by relevance
58 int TYPE_IRIS = 1 << 2; field69 int TYPE_ANY_BIOMETRIC = TYPE_FINGERPRINT | TYPE_IRIS | TYPE_FACE;75 TYPE_IRIS,
91 } else if (containsFlag(modality, BiometricAuthenticator.TYPE_IRIS) && dpmIrisDisabled) { in parentConsentRequired()
20 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_IRIS;85 biometricService.registerAuthenticator(sensorId, TYPE_IRIS, strength, in registerAuthenticators()
22 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_IRIS;263 case TYPE_IRIS: in mapModalityToDevicePolicyType()
28 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_IRIS;680 case BiometricAuthenticator.TYPE_IRIS: in getSettingName()819 case TYPE_IRIS: in registerIrisSensors()
378 case BiometricAuthenticator.TYPE_IRIS: in isConfirmationSupported()
984 if ((sensor.modality & BiometricAuthenticator.TYPE_IRIS) != 0) { in statsModality()
262 assertTrue(Utils.isConfirmationSupported(BiometricAuthenticator.TYPE_IRIS)); in testConfirmationSupported()
566 final int modality = BiometricAuthenticator.TYPE_IRIS; in testOnHelpInvoked_whenSystemRequested()