Searched refs:handleHvacPropertyChange (Results 1 – 2 of 2) sorted by relevance
195 mHvacController.handleHvacPropertyChange(HVAC_TEMPERATURE_SET, mCarPropertyValue); in hvacPropertyChanged_subscribingViewRegistered_viewHandleChange()207 mHvacController.handleHvacPropertyChange(HVAC_TEMPERATURE_SET, mCarPropertyValue); in hvacPropertyChanged_subscribingViewRegistered_notSubscribingViewDoesNotHandle()219 mHvacController.handleHvacPropertyChange(HVAC_TEMPERATURE_SET, mCarPropertyValue); in hvacPropertyChanged_subscribingViewRegistered_viewWithGlobalPropDoesHandle()229 mHvacController.handleHvacPropertyChange(HVAC_DEFROSTER, mCarPropertyValue); in hvacPropertyChanged_noSubscribingViewRegistered_doesNotThrowError()242 mHvacController.handleHvacPropertyChange(HVAC_TEMPERATURE_DISPLAY_UNITS, mCarPropertyValue); in hvacPropertyChanged_temperatureUnitChangedToFahrenheit_allViewsHandleChange()259 mHvacController.handleHvacPropertyChange(HVAC_TEMPERATURE_DISPLAY_UNITS, mCarPropertyValue); in hvacPropertyChanged_temperatureUnitChangedToCelsius_allViewsHandleChange()
135 handleHvacPropertyChange(value.getPropertyId(), value);390 void handleHvacPropertyChange(@HvacProperty int propertyId, CarPropertyValue value) { in handleHvacPropertyChange() method in HvacController471 handleHvacPropertyChange(propertyId, valueOrNull); in handleHvacPowerOn()