Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java105 private final PairSparseArray<HalPropValue> mPropValuesByPropIdAreaId; field in FakeVehicleStub
155 mPropValuesByPropIdAreaId = extractPropValues(configDeclarationsByPropId); in FakeVehicleStub()
380 HalPropValue halPropValue = mPropValuesByPropIdAreaId.get(propId, areaId); in get()
437 mPropValuesByPropIdAreaId.put(propId, areaId, updatedValue); in set()
1196 HalPropValue propValue = mPropValuesByPropIdAreaId.get(propId, areaId); in updateTimeStamp()
1200 mPropValuesByPropIdAreaId.put(propId, areaId, updatedValue); in updateTimeStamp()