/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/ |
D | FaceServiceTest.java | 20 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()
|
D | FaceServiceRegistryTest.java | 22 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/ |
D | SensorStrength.kt | 33 SensorProperties.STRENGTH_STRONG -> SensorStrength.STRONG in Int() 41 SensorStrength.STRONG -> SensorProperties.STRENGTH_STRONG in toInt()
|
D | BiometricModalities.kt | 62 get() = faceProperties?.sensorStrength == SensorProperties.STRENGTH_STRONG
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ |
D | FacePropertyRepositoryImplTest.kt | 129 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()
|
D | FingerprintRepositoryImplTest.kt | 96 SensorProperties.STRENGTH_STRONG, in initializeProperties()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | BiometricTestExtensions.kt | 57 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()
|
D | UdfpsDialogMeasureAdapterTest.java | 62 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsBottomSpacerHeightForPortrait() 128 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsHorizontalSpacerWidthForLandscape()
|
D | AuthControllerTest.java | 233 SensorProperties.STRENGTH_STRONG, in setup() 243 SensorProperties.STRENGTH_STRONG, in setup()
|
D | UdfpsControllerTest.java | 305 SensorProperties.STRENGTH_STRONG, in setUp() 312 SensorProperties.STRENGTH_STRONG, in setUp()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | SensorProperties.java | 53 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/ |
D | BiometricStateCallbackTest.java | 19 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG; 74 mFakeProviderProps = new SensorPropertiesInternal(SENSOR_ID, STRENGTH_STRONG, in setup()
|
D | FingerprintServiceRegistryTest.java | 22 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG; 88 STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in setup()
|
D | FingerprintServiceTest.java | 23 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/ |
D | Utils.java | 558 return SensorProperties.STRENGTH_STRONG; in authenticatorStrengthToPropertyStrength() 571 case SensorProperties.STRENGTH_STRONG: in propertyStrengthToAuthenticatorStrength()
|
/frameworks/proto_logging/stats/enums/hardware/biometrics/ |
D | enums.proto | 136 STRENGTH_STRONG = 3; enumerator
|
/frameworks/base/core/tests/coretests/src/android/hardware/fingerprint/ |
D | FingerprintManagerTest.java | 108 FingerprintSensorProperties.STRENGTH_STRONG, in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BinaryTransparencyServiceTest.java | 191 SensorProperties.STRENGTH_STRONG, in testCollectBiometricProperties_enablesFeature_logsFingerprintProperties()
|
/frameworks/base/core/tests/coretests/src/android/hardware/face/ |
D | FaceManagerTest.java | 112 FaceSensorProperties.STRENGTH_STRONG, in setUp()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/ |
D | TrustManagerServiceTest.java | 716 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/ |
D | FingerprintService.java | 28 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/ |
D | AuthSessionTest.java | 901 SensorProperties.STRENGTH_STRONG, in setupFingerprint()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorTest.java | 26 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/ |
D | DeviceEntryFaceAuthRepositoryTest.kt | 1277 FaceSensorProperties.STRENGTH_STRONG, in createFaceSensorProperties()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BinaryTransparencyService.java | 1352 case SensorProperties.STRENGTH_STRONG: in toSensorStrength()
|