Home
last modified time | relevance | path

Searched defs:sensorId (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java213 final int sensorId = getSensorId(sensor); in processClientRequest() local
327 int sensorId = getSensorId(sensorName); in handleSensorSwitchCommand() local
344 int sensorId = -1; in getSensorId() local
381 private String switchSensor(int sensorId, boolean switchOn) { in switchSensor()
385 private String switchSensor(int sensorId, boolean switchOn, String requestFrequency) { in switchSensor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DDynamicSensorDiscoveryTestActivity.java148 Integer sensorId = mCallback.getSensorId(); in test4_OnReconnect() local