Home
last modified time | relevance | path

Searched defs:sensorStrength (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DSensorPropertiesInternal.java35 @SensorProperties.Strength public final int sensorStrength; field in SensorPropertiesInternal
47 public SensorPropertiesInternal(int sensorId, @SensorProperties.Strength int sensorStrength, in SensorPropertiesInternal()
H A DSensorProperties.java144 public SensorProperties(int sensorId, @Strength int sensorStrength, in SensorProperties()
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceSensorProperties.java77 public FaceSensorProperties(int sensorId, int sensorStrength, in FaceSensorProperties()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorProperties.java97 public FingerprintSensorProperties(int sensorId, int sensorStrength, in FingerprintSensorProperties()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java191 int sensorStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength() local
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java178 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength()
H A DBiometricService.java981 @Authenticators.Types final int sensorStrength = sensor.getCurrentStrength(); in getSupportedModalities() local