Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceSensorProperties.java77 public FaceSensorProperties(int sensorId, int sensorStrength, in FaceSensorProperties()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorProperties.java97 public FingerprintSensorProperties(int sensorId, int sensorStrength, in FingerprintSensorProperties()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java191 int sensorStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceAuthenticationClient.java78 @Authenticators.Types int sensorStrength) { in FaceAuthenticationClient()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintAuthenticationClient.java87 @Authenticators.Types int sensorStrength) { in FingerprintAuthenticationClient()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBinaryTransparencyService.java1136 public void logStats(int sensorId, int modality, int sensorType, int sensorStrength, in logStats()
1344 private int toSensorStrength(@SensorProperties.Strength int sensorStrength) { in toSensorStrength()
1370 final int sensorStrength = toSensorStrength(prop.getSensorStrength()); in logBiometricProperties() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceAuthenticationClient.java90 @Authenticators.Types int sensorStrength) { in FaceAuthenticationClient()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java187 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java99 boolean shouldVibrate, int sensorStrength) { in AuthenticationClient()