Searched refs:STRENGTH_CONVENIENCE (Results 1 – 8 of 8) sorted by relevance
81 private static final int STRENGTH_CONVENIENCE = 1; field in BiometricsDeviceInfo223 return STRENGTH_CONVENIENCE; in authenticatorStrengthToSensorStrength()243 return STRENGTH_CONVENIENCE; in propertyStrengthToSensorStrength()
69 if (prop.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testBiometricOnly_authenticateFromForegroundActivity()121 if (prop.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testBiometricOnly_rejectThenErrorFromForegroundActivity()194 if (prop.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testBiometricOnly_rejectThenAuthenticate()265 if (prop.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testBiometricOnly_negativeButtonInvoked()324 if (prop.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testBiometricOrCredential_credentialButtonInvoked_biometricEnrolled()
110 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testMoreOptionsButton_simpleBiometricAuth_nonConvenience()166 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testMoreOptionsButton_clickButton()210 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testMoreOptionsButton_withoutPermissionException()258 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testMoreOptionsButton_withoutSettingListenerException()366 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testVerticalList_simpleBiometricAuth_nonConvenience()
162 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in test_setLogoResAndBitmap_throwsException()195 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in test_setLogo()
172 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testIsConfirmationRequired()346 if (sensor.getSensorStrength() != SensorProperties.STRENGTH_CONVENIENCE) { in hasOnlyConvenienceSensors()429 if (props.getSensorStrength() != SensorProperties.STRENGTH_CONVENIENCE) { in testSimpleBiometricAuth_convenience()496 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testSimpleBiometricAuth_nonConvenience()604 if (props.getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in testBiometricCancellation()
177 getSensorsOfTargetStrength(SensorProperties.STRENGTH_CONVENIENCE); in testBiometricStrength_ConvenienceSensor()502 getSensorsOfTargetStrength(SensorProperties.STRENGTH_CONVENIENCE); in testBiometricStrengthUpgraded_ConvenienceSensor()
20 import static android.hardware.biometrics.SensorProperties.STRENGTH_CONVENIENCE;119 .filter(p -> p.getSensorStrength() != STRENGTH_CONVENIENCE) in filterWeakOrGreaterSensorProperties()
1581 field public static final int STRENGTH_CONVENIENCE = 0; // 0x0