Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2418 private final SparseArray<List<CarPropertyValue<?>>> mAreaIdToCarPropertyValues = field in VehiclePropertyVerifier.CarPropertyValueCallback
2430 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()