Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java853 CarPropertyValue<U> carPropertyValue = null; in getInitialValuesByAreaId() local
855 carPropertyValue = carPropertyManager.getProperty(propertyId, areaId); in getInitialValuesByAreaId()
862 if (carPropertyValue == null) { in getInitialValuesByAreaId()
867 areaIdToInitialValue.put(areaId, (U) carPropertyValue.getValue()); in getInitialValuesByAreaId()
882 CarPropertyValue<Boolean> carPropertyValue = setPropertyAndWaitForChange( in setBooleanPropertyInAllAreaIds() local
887 .that(carPropertyValue).isNotNull(); in setBooleanPropertyInAllAreaIds()
917 CarPropertyValue<U> carPropertyValue = setPropertyAndWaitForChange(carPropertyManager, in restoreInitialValuesByAreaId() local
923 .that(carPropertyValue).isNotNull(); in restoreInitialValuesByAreaId()
1362 for (CarPropertyValue<?> carPropertyValue : carPropertyValues) { in verifyCarPropertyValueCallback()
1363 verifyCarPropertyValue(carPropertyValue, carPropertyValue.getAreaId(), in verifyCarPropertyValueCallback()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java8709 for (CarPropertyValue<?> carPropertyValue :
8713 .that(((Float) carPropertyValue.getValue()).intValue() % 10 == 0)