Home
last modified time | relevance | path

Searched refs:curStrength (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DBiometricsDeviceInfo.java99 private SensorInfo(int modality, int curStrength) { in SensorInfo() argument
101 mCurStrength = curStrength; in SensorInfo()
182 final int curStrength = authenticatorStrengthToSensorStrength(Integer.parseInt( in getSensorInfo() local
185 curStrength <= strength); in getSensorInfo()
186 sensors.put(sensorId, new SensorInfo(modality, curStrength)); in getSensorInfo()