Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java635 PairSparseArray<HalPropValue> propValuesByPropIdAreaId = new PairSparseArray<>(); in extractPropValues() local
658 propValuesByPropIdAreaId.put(propId, AREA_ID_GLOBAL, in extractPropValues()
680 propValuesByPropIdAreaId.put(propId, areaId, in extractPropValues()
684 return propValuesByPropIdAreaId; in extractPropValues()