Home
last modified time | relevance | path

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

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