Home
last modified time | relevance | path

Searched refs:STRENGTH_WEAK (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/shared/model/
DSensorStrength.kt32 SensorProperties.STRENGTH_WEAK -> SensorStrength.WEAK in Int()
40 SensorStrength.WEAK -> SensorProperties.STRENGTH_WEAK in toInt()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DBiometricTestExtensions.kt57 if (strong) SensorProperties.STRENGTH_STRONG else SensorProperties.STRENGTH_WEAK, in <lambda>()
91 if (strong) SensorProperties.STRENGTH_STRONG else SensorProperties.STRENGTH_WEAK, in faceSensorPropertiesInternal()
112 SensorProperties.STRENGTH_WEAK -> Authenticators.BIOMETRIC_WEAK in extractAuthenticatorTypes()
/frameworks/base/core/java/android/hardware/biometrics/
DSensorProperties.java45 public static final int STRENGTH_WEAK = 1; field in SensorProperties
58 @IntDef({STRENGTH_CONVENIENCE, STRENGTH_WEAK, STRENGTH_STRONG})
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/
DFingerprintServiceRegistryTest.java23 import static android.hardware.biometrics.SensorProperties.STRENGTH_WEAK;
84 STRENGTH_WEAK, 5 /* maxEnrollmentsPerUser */, in setup()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/
DFaceServiceRegistryTest.java23 import static android.hardware.biometrics.SensorProperties.STRENGTH_WEAK;
84 STRENGTH_WEAK, 5 /* maxEnrollmentsPerUser */, in setup()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java624 setupFingerprint(SensorProperties.STRENGTH_WEAK); in testKeystoreWeakUnlockEnabled_whenWeakFingerprintIsSetupAndAllowed()
632 setupFace(SensorProperties.STRENGTH_WEAK); in testKeystoreWeakUnlockEnabled_whenWeakFaceIsSetupAndAllowed()
658 setupFace(SensorProperties.STRENGTH_WEAK); in testKeystoreWeakUnlockDisabled_whenStrongAuthRequired()
667 setupFace(SensorProperties.STRENGTH_WEAK); in testKeystoreWeakUnlockDisabled_whenNonStrongBiometricNotAllowed()
676 setupFingerprint(SensorProperties.STRENGTH_WEAK, /* enrolled= */ false); in testKeystoreWeakUnlockDisabled_whenWeakFingerprintSensorIsPresentButNotEnrolled()
685 setupFace(SensorProperties.STRENGTH_WEAK, /* enrolled= */ false); in testKeystoreWeakUnlockDisabled_whenWeakFaceSensorIsPresentButNotEnrolled()
695 setupFingerprint(SensorProperties.STRENGTH_WEAK); in testKeystoreWeakUnlockDisabled_whenWeakFingerprintIsSetupButForbiddenByDevicePolicy()
706 setupFace(SensorProperties.STRENGTH_WEAK); in testKeystoreWeakUnlockDisabled_whenWeakFaceIsSetupButForbiddenByDevicePolicy()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java556 return SensorProperties.STRENGTH_WEAK; in authenticatorStrengthToPropertyStrength()
569 case SensorProperties.STRENGTH_WEAK: in propertyStrengthToAuthenticatorStrength()
/frameworks/proto_logging/stats/enums/hardware/biometrics/
Denums.proto131 STRENGTH_WEAK = 2; enumerator
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java1349 case SensorProperties.STRENGTH_WEAK: in toSensorStrength()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1731 return sensor.getSensorStrength() == SensorProperties.STRENGTH_WEAK in isWeakOrConvenienceSensor()
/frameworks/base/core/api/
Dtest-current.txt1592 field public static final int STRENGTH_WEAK = 1; // 0x1