Home
last modified time | relevance | path

Searched refs:TYPE_IRIS (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java58 int TYPE_IRIS = 1 << 2; field
69 int TYPE_ANY_BIOMETRIC = TYPE_FINGERPRINT | TYPE_IRIS | TYPE_FACE;
75 TYPE_IRIS,
DParentalControlsUtilsInternal.java91 } else if (containsFlag(modality, BiometricAuthenticator.TYPE_IRIS) && dpmIrisDisabled) { in parentConsentRequired()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisService.java20 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_IRIS;
85 biometricService.registerAuthenticator(sensorId, TYPE_IRIS, strength, in registerAuthenticators()
/frameworks/base/services/core/java/com/android/server/biometrics/
DPreAuthInfo.java22 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_IRIS;
263 case TYPE_IRIS: in mapModalityToDevicePolicyType()
DAuthService.java28 import static android.hardware.biometrics.BiometricAuthenticator.TYPE_IRIS;
680 case BiometricAuthenticator.TYPE_IRIS: in getSettingName()
819 case TYPE_IRIS: in registerIrisSensors()
DUtils.java378 case BiometricAuthenticator.TYPE_IRIS: in isConfirmationSupported()
DAuthSession.java984 if ((sensor.modality & BiometricAuthenticator.TYPE_IRIS) != 0) { in statsModality()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java262 assertTrue(Utils.isConfirmationSupported(BiometricAuthenticator.TYPE_IRIS)); in testConfirmationSupported()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java566 final int modality = BiometricAuthenticator.TYPE_IRIS; in testOnHelpInvoked_whenSystemRequested()