Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java1355 List<CarPropertyValue<?>> carPropertyValues = areaIdToCarPropertyValues.get(areaId); in verifyCarPropertyValueCallback() local
1358 carPropertyValues).isNotNull(); in verifyCarPropertyValueCallback()
1360 + " updates for area ID: " + areaId).that(carPropertyValues.size()).isAtLeast( in verifyCarPropertyValueCallback()
1362 for (CarPropertyValue<?> carPropertyValue : carPropertyValues) { in verifyCarPropertyValueCallback()
2468 List<CarPropertyValue<?>> carPropertyValues = mAreaIdToCarPropertyValues.get( in hasEnoughCarPropertyValuesForEachAreaIdLocked() local
2470 if (carPropertyValues == null in hasEnoughCarPropertyValuesForEachAreaIdLocked()
2471 || carPropertyValues.size() < mTotalCarPropertyValuesPerAreaId) { in hasEnoughCarPropertyValuesForEachAreaIdLocked()