Searched defs:sensorStrength (Results 1 – 7 of 7) sorted by relevance
35 @SensorProperties.Strength public final int sensorStrength; field in SensorPropertiesInternal47 public SensorPropertiesInternal(int sensorId, @SensorProperties.Strength int sensorStrength, in SensorPropertiesInternal()
144 public SensorProperties(int sensorId, @Strength int sensorStrength, in SensorProperties()
77 public FaceSensorProperties(int sensorId, int sensorStrength, in FaceSensorProperties()
97 public FingerprintSensorProperties(int sensorId, int sensorStrength, in FingerprintSensorProperties()
191 int sensorStrength = Authenticators.BIOMETRIC_STRONG; in testIsAtLeastStrength() local
178 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength()
981 @Authenticators.Types final int sensorStrength = sensor.getCurrentStrength(); in getSupportedModalities() local