Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java882 CarPropertyValue<Boolean> carPropertyValue = setPropertyAndWaitForChange( in setBooleanPropertyInAllAreaIds()
917 CarPropertyValue<U> carPropertyValue = setPropertyAndWaitForChange(carPropertyManager, in restoreInitialValuesByAreaId()
1122 () -> setPropertyAndWaitForChange( in verifyIntegerPropertySetter()
1177 CarPropertyValue<T> updatedCarPropertyValue = setPropertyAndWaitForChange( in verifySetProperty()
1214 CarPropertyValue<Float[]> updatedCarPropertyValue = setPropertyAndWaitForChange( in verifyHvacTemperatureValueSuggestionSetter()
2863 private static <U> CarPropertyValue<U> setPropertyAndWaitForChange( in setPropertyAndWaitForChange() method in VehiclePropertyVerifier
2866 return setPropertyAndWaitForChange(carPropertyManager, propertyId, propertyType, areaId, in setPropertyAndWaitForChange()
2870 private static <U> CarPropertyValue<U> setPropertyAndWaitForChange( in setPropertyAndWaitForChange() method in VehiclePropertyVerifier