Searched refs:carPropertyValue (Results 1 – 2 of 2) sorted by relevance
853 CarPropertyValue<U> carPropertyValue = null; in getInitialValuesByAreaId() local855 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() local887 .that(carPropertyValue).isNotNull(); in setBooleanPropertyInAllAreaIds()917 CarPropertyValue<U> carPropertyValue = setPropertyAndWaitForChange(carPropertyManager, in restoreInitialValuesByAreaId() local923 .that(carPropertyValue).isNotNull(); in restoreInitialValuesByAreaId()1362 for (CarPropertyValue<?> carPropertyValue : carPropertyValues) { in verifyCarPropertyValueCallback()1363 verifyCarPropertyValue(carPropertyValue, carPropertyValue.getAreaId(), in verifyCarPropertyValueCallback()[all …]
8709 for (CarPropertyValue<?> carPropertyValue :8713 .that(((Float) carPropertyValue.getValue()).intValue() % 10 == 0)