Searched defs:sensorStrength (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | SensorPropertiesInternal.java | 35 @SensorProperties.Strength public final int sensorStrength; field in SensorPropertiesInternal 47 public SensorPropertiesInternal(int sensorId, @SensorProperties.Strength int sensorStrength, in SensorPropertiesInternal()
|
H A D | SensorProperties.java | 144 public SensorProperties(int sensorId, @Strength int sensorStrength, in SensorProperties()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceSensorProperties.java | 77 public FaceSensorProperties(int sensorId, int sensorStrength, in FaceSensorProperties()
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintSensorProperties.java | 97 public FingerprintSensorProperties(int sensorId, int sensorStrength, in FingerprintSensorProperties()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | UtilsTest.java | 191 int sensorStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 78 @Authenticators.Types int sensorStrength) { in FaceAuthenticationClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintAuthenticationClient.java | 87 @Authenticators.Types int sensorStrength) { in FingerprintAuthenticationClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | BinaryTransparencyService.java | 1136 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 D | FaceAuthenticationClient.java | 90 @Authenticators.Types int sensorStrength) { in FaceAuthenticationClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | Utils.java | 187 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AuthenticationClient.java | 99 boolean shouldVibrate, int sensorStrength) { in AuthenticationClient()
|