Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java269 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testLiveFrameRead()
274 .getSystemIntegerSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE) in testLiveFrameRead()
279 .getSystemIntegerSensor(IntegerSensorIndex.CONTROL_MODULE_VOLTAGE) in testLiveFrameRead()
311 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testLiveFrameEvent()
329 liveFrame.getSystemIntegerSensor( in testMissingSensorRead()
333 liveFrame.getSystemIntegerSensor( in testMissingSensorRead()
365 .getSystemIntegerSensor(IntegerSensorIndex.FUEL_SYSTEM_STATUS) in testFuelSystemStatus()
393 .getSystemIntegerSensor( in testSecondaryAirStatus()
519 liveFrame.getSystemIntegerSensor(IntegerSensorIndex.FUEL_TYPE).intValue()); in testFuelType()
544 .getSystemIntegerSensor(IntegerSensorIndex.ENGINE_OIL_TEMPERATURE) in testDiagnosticJson()
[all …]
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java464 public int getSystemIntegerSensor( in getSystemIntegerSensor() method in CarDiagnosticEvent
498 public @Nullable Integer getSystemIntegerSensor( in getSystemIntegerSensor() method in CarDiagnosticEvent
911 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_SYSTEM_STATUS); in getFuelSystemStatus()
919 return getSystemIntegerSensor( in getSecondaryAirStatus()
929 getSystemIntegerSensor( in getIgnitionMonitors()
932 getSystemIntegerSensor( in getIgnitionMonitors()
951 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_TYPE); in getFuelType()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java84 builder.addIntValue(event.getSystemIntegerSensor(i, 0)); in fromCarDiagnosticEvent()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DLiveDataActivity.java77 Integer sensor_value = event.getSystemIntegerSensor(i); in processSensorInfoIntoWrapper()
/packages/services/Car/car-lib/api/
Dsystem-current.txt313 method public int getSystemIntegerSensor(int, int);
314 method @Nullable public Integer getSystemIntegerSensor(int);
Dsystem-lint-baseline.txt30 AutoBoxing: android.car.diagnostic.CarDiagnosticEvent#getSystemIntegerSensor(int):