Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DBiometricsDeviceInfo.java95 private static class SensorInfo { class in BiometricsDeviceInfo
99 private SensorInfo(int modality, int curStrength) { in SensorInfo() method in BiometricsDeviceInfo.SensorInfo
129 final Map<Integer, SensorInfo> sensors = getSensorInfo(); in collectDeviceInfo()
133 final SensorInfo sensorInfo = sensors.getOrDefault(props.getSensorId(), null); in collectDeviceInfo()
161 private Map<Integer, SensorInfo> getSensorInfo() { in getSensorInfo()
162 final Map<Integer, SensorInfo> sensors = new HashMap<>(); in getSensorInfo()
186 sensors.put(sensorId, new SensorInfo(modality, curStrength)); in getSensorInfo()
/cts/hostsidetests/biometrics/src/android/server/biometrics/cts/
DSensorInfo.java34 public class SensorInfo { class
56 public SensorInfo(BiometricServiceStateProto descriptor) { in SensorInfo() method in SensorInfo
DBiometricDeviceTestCase.java61 public SensorInfo getSensorInfo() throws Exception { in getSensorInfo()
62 return new SensorInfo(getDump(BiometricServiceStateProto.parser(), in getSensorInfo()
DBiometricsAtomsTests.java155 final SensorInfo sensorInfo = getSensorInfo(); in testAuthenticateAtom()