Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java138 private final PairSparseArray<CarPropertyValue> mStaticPropertyIdAreaIdCache = field in PropertyHalService
698 mStaticPropertyIdAreaIdCache.put(propertyId, areaId, in onGetAsyncResults()
1102 CarPropertyValue carPropertyValue = mStaticPropertyIdAreaIdCache.get(mgrPropId, in getProperty()
1120 mStaticPropertyIdAreaIdCache.put(mgrPropId, areaId, result); in getProperty()
1638 && mStaticPropertyIdAreaIdCache.get(propertyId, areaId) != null) { in prepareVehicleStubRequests()
1644 serviceRequest.getRequestId(), mStaticPropertyIdAreaIdCache.get( in prepareVehicleStubRequests()