Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java448 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testLiveFrameRead()
453 .getSystemIntegerSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE) in testLiveFrameRead()
458 .getSystemIntegerSensor(IntegerSensorIndex.CONTROL_MODULE_VOLTAGE) in testLiveFrameRead()
490 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testLiveFrameEvent()
507 liveFrame.getSystemIntegerSensor( in testMissingSensorRead()
511 liveFrame.getSystemIntegerSensor( in testMissingSensorRead()
543 .getSystemIntegerSensor(IntegerSensorIndex.FUEL_SYSTEM_STATUS) in testFuelSystemStatus()
570 .getSystemIntegerSensor( in testSecondaryAirStatus()
693 liveFrame.getSystemIntegerSensor(IntegerSensorIndex.FUEL_TYPE).intValue()); in testFuelType()
717 .getSystemIntegerSensor(IntegerSensorIndex.ENGINE_OIL_TEMPERATURE) in testDiagnosticJson()
[all …]
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java496 public int getSystemIntegerSensor( in getSystemIntegerSensor() method in CarDiagnosticEvent
534 public @Nullable Integer getSystemIntegerSensor( in getSystemIntegerSensor() method in CarDiagnosticEvent
1040 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_SYSTEM_STATUS); in getFuelSystemStatus()
1049 return getSystemIntegerSensor( in getSecondaryAirStatus()
1060 getSystemIntegerSensor( in getIgnitionMonitors()
1063 getSystemIntegerSensor( in getIgnitionMonitors()
1083 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_TYPE); in getFuelType()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java86 valuesList.add(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/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2326 method TIRAMISU_0 int getSystemIntegerSensor(int sensor, int defaultValue);
2330 method TIRAMISU_0 Integer getSystemIntegerSensor(int sensor);
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt34 AutoBoxing: android.car.diagnostic.CarDiagnosticEvent#getSystemIntegerSensor(int):
Dsystem-current.txt592 method public int getSystemIntegerSensor(int, int);
593 method @Nullable public Integer getSystemIntegerSensor(int);
Dtest-current.txt665 method public int getSystemIntegerSensor(int, int);
666 method @Nullable public Integer getSystemIntegerSensor(int);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt592 method public int getSystemIntegerSensor(int, int);
593 method @Nullable public Integer getSystemIntegerSensor(int);