Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java899 CarPropertyValue<U> currentCarPropertyValue = null; in restoreInitialValuesByAreaId() local
901 currentCarPropertyValue = carPropertyManager.getProperty(propertyId, areaId); in restoreInitialValuesByAreaId()
908 if (currentCarPropertyValue == null) { in restoreInitialValuesByAreaId()
913 U currentValue = (U) currentCarPropertyValue.getValue(); in restoreInitialValuesByAreaId()
1165 CarPropertyValue<T> currentCarPropertyValue = in verifySetProperty() local
1167 verifyCarPropertyValue(currentCarPropertyValue, areaId, in verifySetProperty()
1169 if (valueEquals(valueToSet, currentCarPropertyValue.getValue())) { in verifySetProperty()