Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacEvent.java44 public CarPropertyValue<?> getCarPropertyValue() { return mCarPropertyValue; } in getCarPropertyValue() method in CarHvacEvent
DCarHvacManager.java361 CarPropertyValue hvacProperty = event.getCarPropertyValue(); in dispatchEventToClient()