Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DSensorProperties.java33 public class SensorProperties { class
144 public SensorProperties(int sensorId, @Strength int sensorStrength, in SensorProperties() method in SensorProperties
178 public static SensorProperties from(SensorPropertiesInternal internalProp) { in from()
183 return new SensorProperties(internalProp.sensorId, internalProp.sensorStrength, in from()
H A DSensorPropertiesInternal.java35 @SensorProperties.Strength public final int sensorStrength;
47 public SensorPropertiesInternal(int sensorId, @SensorProperties.Strength int sensorStrength, in SensorPropertiesInternal()
H A DBiometricManager.java358 public List<SensorProperties> getSensorProperties() { in getSensorProperties()
362 final List<SensorProperties> properties = new ArrayList<>(); in getSensorProperties()
364 properties.add(SensorProperties.from(internalProp)); in getSensorProperties()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java52 import android.hardware.biometrics.SensorProperties;
520 public static @SensorProperties.Strength int authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength()
524 return SensorProperties.STRENGTH_CONVENIENCE; in authenticatorStrengthToPropertyStrength()
526 return SensorProperties.STRENGTH_WEAK; in authenticatorStrengthToPropertyStrength()
528 return SensorProperties.STRENGTH_STRONG; in authenticatorStrengthToPropertyStrength()
535 @SensorProperties.Strength int strength) { in propertyStrengthToAuthenticatorStrength()
537 case SensorProperties.STRENGTH_CONVENIENCE: in propertyStrengthToAuthenticatorStrength()
539 case SensorProperties.STRENGTH_WEAK: in propertyStrengthToAuthenticatorStrength()
541 case SensorProperties.STRENGTH_STRONG: in propertyStrengthToAuthenticatorStrength()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapterTest.java23 import android.hardware.biometrics.SensorProperties;
62 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsBottomSpacerHeightForPortrait()
127 0 /* sensorId */, SensorProperties.STRENGTH_STRONG, 5 /* maxEnrollmentsPerUser */, in testUdfpsHorizontalSpacerWidthForLandscape()
H A DAuthBiometricFaceToFingerprintViewTest.java33 import android.hardware.biometrics.SensorProperties;
256 SensorProperties.STRENGTH_STRONG, in createFingerprintSensorProps()
H A DSidefpsControllerTest.kt28 import android.hardware.biometrics.SensorProperties
132 SensorProperties.STRENGTH_STRONG,
H A DAuthContainerViewTest.java40 import android.hardware.biometrics.SensorProperties;
261 SensorProperties.STRENGTH_STRONG, in initializeContainer()
H A DAuthControllerTest.java51 import android.hardware.biometrics.SensorProperties;
164 SensorProperties.STRENGTH_STRONG, in setup()
H A DUdfpsControllerTest.java37 import android.hardware.biometrics.SensorProperties;
209 SensorProperties.STRENGTH_STRONG, in setUp()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorPropertiesInternal.java27 import android.hardware.biometrics.SensorProperties;
46 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal()
65 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal()
H A DFingerprintSensorProperties.java22 import android.hardware.biometrics.SensorProperties;
33 public class FingerprintSensorProperties extends SensorProperties {
H A DFingerprintManager.java48 import android.hardware.biometrics.SensorProperties;
158 public List<SensorProperties> getSensorProperties() { in getSensorProperties()
159 final List<SensorProperties> properties = new ArrayList<>(); in getSensorProperties()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/combination/
H A DBiometricsSettingsBase.java24 import android.hardware.biometrics.SensorProperties;
259 if (sensorProps.sensorStrength == SensorProperties.STRENGTH_WEAK in getUseClass2BiometricSummary()
260 || sensorProps.sensorStrength == SensorProperties.STRENGTH_STRONG) { in getUseClass2BiometricSummary()
271 if (sensorProps.sensorStrength == SensorProperties.STRENGTH_WEAK in getUseClass2BiometricSummary()
272 || sensorProps.sensorStrength == SensorProperties.STRENGTH_STRONG) { in getUseClass2BiometricSummary()
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceSensorProperties.java22 import android.hardware.biometrics.SensorProperties;
33 public class FaceSensorProperties extends SensorProperties {
H A DFaceSensorPropertiesInternal.java21 import android.hardware.biometrics.SensorProperties;
51 public FaceSensorPropertiesInternal(int sensorId, @SensorProperties.Strength int strength, in FaceSensorPropertiesInternal()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceSettingsConfirmPreferenceController.java22 import android.hardware.biometrics.SensorProperties;
86 && properties.get(0).getSensorStrength() == SensorProperties.STRENGTH_CONVENIENCE) { in getAvailabilityStatus()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintSuggestionActivityTest.java29 import android.hardware.biometrics.SensorProperties;
85 SensorProperties.STRENGTH_STRONG, in setUp()
H A DSetupFingerprintEnrollIntroductionTest.java28 import android.hardware.biometrics.SensorProperties;
90 SensorProperties.STRENGTH_STRONG, in setUp()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
H A DFace10Test.java30 import android.hardware.biometrics.SensorProperties;
98 SensorProperties.STRENGTH_STRONG, maxEnrollmentsPerUser, componentInfo, in setUp()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DBiometricUtils.java25 import android.hardware.biometrics.SensorProperties;
286 if (props.sensorStrength == SensorProperties.STRENGTH_CONVENIENCE) { in isConvenience()
H A DBiometricEnrollActivity.java35 import android.hardware.biometrics.SensorProperties;
215 if (props.sensorStrength == SensorProperties.STRENGTH_CONVENIENCE) { in onCreate()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthSessionTest.java49 import android.hardware.biometrics.SensorProperties;
446 SensorProperties.STRENGTH_STRONG, in setupFingerprint()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java31 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1078 …n.TEST_BIOMETRIC) public java.util.List<android.hardware.biometrics.SensorProperties> getSensorPro…
1103 public class SensorProperties {
1104 …method @NonNull public java.util.List<android.hardware.biometrics.SensorProperties.ComponentInfo> …
1112 public static final class SensorProperties.ComponentInfo {
1209 …n.TEST_BIOMETRIC) public java.util.List<android.hardware.biometrics.SensorProperties> getSensorPro…