Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapterTest.java61 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsBottomSpacerHeightForPortrait()
125 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsHorizontalSpacerWidthForLandscape()
DSidefpsControllerTest.kt86 SensorProperties.STRENGTH_STRONG, in setup()
DAuthBiometricFaceToFingerprintViewTest.java252 SensorProperties.STRENGTH_STRONG, in createFingerprintSensorProps()
DAuthContainerViewTest.java261 SensorProperties.STRENGTH_STRONG, in initializeContainer()
DAuthControllerTest.java152 SensorProperties.STRENGTH_STRONG, in setup()
DUdfpsControllerTest.java200 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/core/java/com/android/server/biometrics/
DUtils.java525 return SensorProperties.STRENGTH_STRONG; in authenticatorStrengthToPropertyStrength()
538 case SensorProperties.STRENGTH_STRONG: in propertyStrengthToAuthenticatorStrength()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DFace10Test.java95 SensorProperties.STRENGTH_STRONG, maxEnrollmentsPerUser, componentInfo, in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthSessionTest.java352 SensorProperties.STRENGTH_STRONG, in setupFingerprint()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java31 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
359 final boolean isStrong = props.sensorStrength == STRENGTH_STRONG; in authenticateWithPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java214 FaceSensorProperties.STRENGTH_STRONG, 1 /* maxTemplatesAllowed */, in setup()
/frameworks/base/core/api/
Dtest-current.txt1101 field public static final int STRENGTH_STRONG = 2; // 0x2