Searched defs:sensorStrength (Results 1 – 6 of 6) 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
179 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength()