Searched refs:mAreaIdToCarPropertyValues (Results 1 – 1 of 1) sorted by relevance
2418 private final SparseArray<List<CarPropertyValue<?>>> mAreaIdToCarPropertyValues = field in VehiclePropertyVerifier.CarPropertyValueCallback2430 mAreaIdToCarPropertyValues.put(areaId, new ArrayList<>()); in CarPropertyValueCallback()2447 + mAreaIdToCarPropertyValues).that(awaitSuccess).isTrue(); in getAreaIdToCarPropertyValues()2448 return mAreaIdToCarPropertyValues.clone(); in getAreaIdToCarPropertyValues()2458 mAreaIdToCarPropertyValues.get(carPropertyValue.getAreaId()).add(carPropertyValue); in onChangeEvent()2468 List<CarPropertyValue<?>> carPropertyValues = mAreaIdToCarPropertyValues.get( in hasEnoughCarPropertyValuesForEachAreaIdLocked()