Home
last modified time | relevance | path

Searched refs:STRENGTH_STRONG (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/
DFaceServiceTest.java20 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
102 new FaceSensorPropertiesInternal(ID_DEFAULT, STRENGTH_STRONG,
110 new FaceSensorPropertiesInternal(ID_VIRTUAL, STRENGTH_STRONG,
158 eq(Utils.propertyStrengthToAuthenticatorStrength(STRENGTH_STRONG)), in registerAuthenticators_defaultOnly()
174 eq(Utils.propertyStrengthToAuthenticatorStrength(STRENGTH_STRONG)), any()); in registerAuthenticatorsLegacy_virtualOnly()
189 eq(Utils.propertyStrengthToAuthenticatorStrength(STRENGTH_STRONG)), any()); in registerAuthenticators_virtualFaceOnly()
203 eq(Utils.propertyStrengthToAuthenticatorStrength(STRENGTH_STRONG)), any()); in registerAuthenticators_virtualAlwaysWhenNoOther()
DFaceServiceRegistryTest.java22 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
90 STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in setup()
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/shared/model/
DSensorStrength.kt33 SensorProperties.STRENGTH_STRONG -> SensorStrength.STRONG in Int()
41 SensorStrength.STRONG -> SensorProperties.STRENGTH_STRONG in toInt()
DBiometricModalities.kt62 get() = faceProperties?.sensorStrength == SensorProperties.STRENGTH_STRONG
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepositoryImplTest.kt129 listOf(createSensorProperties(1, SensorProperties.STRENGTH_STRONG)) in providesTheValuePassedToTheAuthenticatorsRegisteredCallback()
154 listOf(createSensorProperties(sensorId, SensorProperties.STRENGTH_STRONG)) in providesTheLockoutModeFromFaceManager()
179 listOf(createSensorProperties(1, SensorProperties.STRENGTH_STRONG)) in providesTheSensorLocationOfOuterCameraFromOnPhysicalCameraAvailable()
202 listOf(createSensorProperties(1, SensorProperties.STRENGTH_STRONG)) in providesTheSensorLocationOfInnerCameraFromOnPhysicalCameraAvailable()
225 listOf(createSensorProperties(1, SensorProperties.STRENGTH_STRONG)) in providesTheSensorLocationOfCameraFromOnPhysicalCameraUnavailable()
248 listOf(createSensorProperties(1, SensorProperties.STRENGTH_STRONG)) in providesTheCameraInfoOnCameraAvailableChange()
DFingerprintRepositoryImplTest.kt96 SensorProperties.STRENGTH_STRONG, in initializeProperties()
/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()
113 SensorProperties.STRENGTH_STRONG -> Authenticators.BIOMETRIC_STRONG in extractAuthenticatorTypes()
DUdfpsDialogMeasureAdapterTest.java62 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsBottomSpacerHeightForPortrait()
128 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsHorizontalSpacerWidthForLandscape()
DAuthControllerTest.java233 SensorProperties.STRENGTH_STRONG, in setup()
243 SensorProperties.STRENGTH_STRONG, in setup()
DUdfpsControllerTest.java305 SensorProperties.STRENGTH_STRONG, in setUp()
312 SensorProperties.STRENGTH_STRONG, in setUp()
/frameworks/base/core/java/android/hardware/biometrics/
DSensorProperties.java53 public static final int STRENGTH_STRONG = 2; field in SensorProperties
58 @IntDef({STRENGTH_CONVENIENCE, STRENGTH_WEAK, STRENGTH_STRONG})
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/
DBiometricStateCallbackTest.java19 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
74 mFakeProviderProps = new SensorPropertiesInternal(SENSOR_ID, STRENGTH_STRONG, in setup()
DFingerprintServiceRegistryTest.java22 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
88 STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in setup()
DFingerprintServiceTest.java23 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
125 new FingerprintSensorPropertiesInternal(ID_DEFAULT, STRENGTH_STRONG,
131 new FingerprintSensorPropertiesInternal(ID_VIRTUAL, STRENGTH_STRONG,
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java558 return SensorProperties.STRENGTH_STRONG; in authenticatorStrengthToPropertyStrength()
571 case SensorProperties.STRENGTH_STRONG: in propertyStrengthToAuthenticatorStrength()
/frameworks/proto_logging/stats/enums/hardware/biometrics/
Denums.proto136 STRENGTH_STRONG = 3; enumerator
/frameworks/base/core/tests/coretests/src/android/hardware/fingerprint/
DFingerprintManagerTest.java108 FingerprintSensorProperties.STRENGTH_STRONG, in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DBinaryTransparencyServiceTest.java191 SensorProperties.STRENGTH_STRONG, in testCollectBiometricProperties_enablesFeature_logsFingerprintProperties()
/frameworks/base/core/tests/coretests/src/android/hardware/face/
DFaceManagerTest.java112 FaceSensorProperties.STRENGTH_STRONG, in setUp()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java716 setupFingerprint(SensorProperties.STRENGTH_STRONG); in testKeystoreWeakUnlockDisabled_whenOnlyStrongFingerprintIsSetup()
724 setupFace(SensorProperties.STRENGTH_STRONG); in testKeystoreWeakUnlockDisabled_whenOnlyStrongFaceIsSetup()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java28 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
406 final boolean isStrong = props.sensorStrength == STRENGTH_STRONG;
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthSessionTest.java901 SensorProperties.STRENGTH_STRONG, in setupFingerprint()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java26 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
421 isClass3 ? STRENGTH_STRONG : STRENGTH_CONVENIENCE, in createFingerprintSensorPropertiesInternal()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt1277 FaceSensorProperties.STRENGTH_STRONG, in createFaceSensorProperties()
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java1352 case SensorProperties.STRENGTH_STRONG: in toSensorStrength()

12