Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DBiometricsDeviceInfo.java180 final int strength = authenticatorStrengthToSensorStrength(Integer.parseInt( in getSensorInfo()
182 final int curStrength = authenticatorStrengthToSensorStrength(Integer.parseInt( in getSensorInfo()
220 private int authenticatorStrengthToSensorStrength(int strength) { in authenticatorStrengthToSensorStrength() method in BiometricsDeviceInfo