HomeSort by relevance Sort by last modified time
    Searched refs:RUNTIME_SINCE_ENGINE_START (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/car-lib/src/android/car/diagnostic/
IntegerSensorIndex.java 43 public static final int RUNTIME_SINCE_ENGINE_START = 7;
82 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START,
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java 212 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000);
219 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000);
244 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
276 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5100);
286 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
578 event1.getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
582 event2.getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
604 event2.getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.cpp 51 sensorStore->setIntegerSensor(DiagnosticIntegerSensorIndex::RUNTIME_SINCE_ENGINE_START, 500);
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal     [all...]

Completed in 110 milliseconds