Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java853 CarPropertyValue<U> carPropertyValue = null; in getInitialValuesByAreaId() local
882 CarPropertyValue<Boolean> carPropertyValue = setPropertyAndWaitForChange( in setBooleanPropertyInAllAreaIds() local
917 CarPropertyValue<U> carPropertyValue = setPropertyAndWaitForChange(carPropertyManager, in restoreInitialValuesByAreaId() local
1695 CarPropertyValue<?> carPropertyValue = null; in verifyCarPropertyValueGetter() local
1764 private void verifyCarPropertyValue(CarPropertyValue<?> carPropertyValue, int expectedAreaId, in verifyCarPropertyValue()
2453 public void onChangeEvent(CarPropertyValue carPropertyValue) { in onChangeEvent()
2530 public void onChangeEvent(CarPropertyValue carPropertyValue) { in onChangeEvent()
2889 CarPropertyValue<U> carPropertyValue = setterCallback.waitForUpdatedCarPropertyValue(); in setPropertyAndWaitForChange() local