Searched refs:STRENGTH_STRONG (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | UdfpsDialogMeasureAdapterTest.java | 61 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsBottomSpacerHeightForPortrait() 125 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsHorizontalSpacerWidthForLandscape()
|
D | SidefpsControllerTest.kt | 86 SensorProperties.STRENGTH_STRONG, in setup()
|
D | AuthBiometricFaceToFingerprintViewTest.java | 252 SensorProperties.STRENGTH_STRONG, in createFingerprintSensorProps()
|
D | AuthContainerViewTest.java | 261 SensorProperties.STRENGTH_STRONG, in initializeContainer()
|
D | AuthControllerTest.java | 152 SensorProperties.STRENGTH_STRONG, in setup()
|
D | UdfpsControllerTest.java | 200 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/core/java/com/android/server/biometrics/ |
D | Utils.java | 525 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/ |
D | Face10Test.java | 95 SensorProperties.STRENGTH_STRONG, maxEnrollmentsPerUser, componentInfo, in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | AuthSessionTest.java | 352 SensorProperties.STRENGTH_STRONG, in setupFingerprint()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintService.java | 31 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/ |
D | KeyguardUpdateMonitorTest.java | 214 FaceSensorProperties.STRENGTH_STRONG, 1 /* maxTemplatesAllowed */, in setup()
|
/frameworks/base/core/api/ |
D | test-current.txt | 1101 field public static final int STRENGTH_STRONG = 2; // 0x2
|