/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | SensorProperties.java | 33 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 D | SensorPropertiesInternal.java | 35 @SensorProperties.Strength public final int sensorStrength; 47 public SensorPropertiesInternal(int sensorId, @SensorProperties.Strength int sensorStrength, in SensorPropertiesInternal()
|
H A D | BiometricManager.java | 358 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 D | Utils.java | 52 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 D | UdfpsDialogMeasureAdapterTest.java | 23 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 D | AuthBiometricFaceToFingerprintViewTest.java | 33 import android.hardware.biometrics.SensorProperties; 256 SensorProperties.STRENGTH_STRONG, in createFingerprintSensorProps()
|
H A D | SidefpsControllerTest.kt | 28 import android.hardware.biometrics.SensorProperties 132 SensorProperties.STRENGTH_STRONG,
|
H A D | AuthContainerViewTest.java | 40 import android.hardware.biometrics.SensorProperties; 261 SensorProperties.STRENGTH_STRONG, in initializeContainer()
|
H A D | AuthControllerTest.java | 51 import android.hardware.biometrics.SensorProperties; 164 SensorProperties.STRENGTH_STRONG, in setup()
|
H A D | UdfpsControllerTest.java | 37 import android.hardware.biometrics.SensorProperties; 209 SensorProperties.STRENGTH_STRONG, in setUp()
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintSensorPropertiesInternal.java | 27 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 D | FingerprintSensorProperties.java | 22 import android.hardware.biometrics.SensorProperties; 33 public class FingerprintSensorProperties extends SensorProperties {
|
H A D | FingerprintManager.java | 48 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 D | BiometricsSettingsBase.java | 24 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 D | FaceSensorProperties.java | 22 import android.hardware.biometrics.SensorProperties; 33 public class FaceSensorProperties extends SensorProperties {
|
H A D | FaceSensorPropertiesInternal.java | 21 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 D | FaceSettingsConfirmPreferenceController.java | 22 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 D | FingerprintSuggestionActivityTest.java | 29 import android.hardware.biometrics.SensorProperties; 85 SensorProperties.STRENGTH_STRONG, in setUp()
|
H A D | SetupFingerprintEnrollIntroductionTest.java | 28 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 D | Face10Test.java | 30 import android.hardware.biometrics.SensorProperties; 98 SensorProperties.STRENGTH_STRONG, maxEnrollmentsPerUser, componentInfo, in setUp()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/ |
H A D | BiometricUtils.java | 25 import android.hardware.biometrics.SensorProperties; 286 if (props.sensorStrength == SensorProperties.STRENGTH_CONVENIENCE) { in isConvenience()
|
H A D | BiometricEnrollActivity.java | 35 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 D | AuthSessionTest.java | 49 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 D | FingerprintService.java | 31 import static android.hardware.biometrics.SensorProperties.STRENGTH_STRONG;
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 1078 …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…
|