Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java485 public float getVendorFloatSensor(int sensor, float defaultValue) { in getVendorFloatSensor() method in CarDiagnosticEvent
525 public @Nullable Float getVendorFloatSensor(int sensor) { in getVendorFloatSensor() method in CarDiagnosticEvent
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java336 assertNull(liveFrame.getVendorFloatSensor(FloatSensorIndex.VENDOR_START)); in testMissingSensorRead()
338 0.25f, liveFrame.getVendorFloatSensor(FloatSensorIndex.VENDOR_START, 0.25f), EPS); in testMissingSensorRead()
/packages/services/Car/car-lib/api/
Dsystem-current.txt293 method public float getVendorFloatSensor(int, float);
294 method @Nullable public Float getVendorFloatSensor(int);