Searched refs:getSystemIntegerSensor (Results 1 – 6 of 6) sorted by relevance
269 .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 …]
464 public int getSystemIntegerSensor( in getSystemIntegerSensor() method in CarDiagnosticEvent498 public @Nullable Integer getSystemIntegerSensor( in getSystemIntegerSensor() method in CarDiagnosticEvent911 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()
84 builder.addIntValue(event.getSystemIntegerSensor(i, 0)); in fromCarDiagnosticEvent()
77 Integer sensor_value = event.getSystemIntegerSensor(i); in processSensorInfoIntoWrapper()
313 method public int getSystemIntegerSensor(int, int);314 method @Nullable public Integer getSystemIntegerSensor(int);
30 AutoBoxing: android.car.diagnostic.CarDiagnosticEvent#getSystemIntegerSensor(int):