Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java259 CarPropertyValue<Boolean> carProp = getProperty(Boolean.class, prop, area); in getBooleanProperty() local
260 return carProp != null ? carProp.getValue() : false; in getBooleanProperty()
270 CarPropertyValue<Float> carProp = getProperty(Float.class, prop, area); in getFloatProperty() local
271 return carProp != null ? carProp.getValue() : 0f; in getFloatProperty()
281 CarPropertyValue<Integer> carProp = getProperty(Integer.class, prop, area); in getIntProperty() local
282 return carProp != null ? carProp.getValue() : 0; in getIntProperty()