Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacController.java313 (CarPropertyValue<Integer>) getPropertyValueOrNull( in registerHvacViews()
316 CarPropertyValue initValueOrNull = getPropertyValueOrNull(propId, areaId); in registerHvacViews()
341 getPropertyValueOrNull(propToGetOnInitId, in registerHvacViews()
469 CarPropertyValue valueOrNull = getPropertyValueOrNull(propertyId, areaId); in handleHvacPowerOn()
479 private CarPropertyValue<?> getPropertyValueOrNull(int propertyId, int areaId) { in getPropertyValueOrNull() method in HvacController