Searched refs:toCarPropertyValue (Results 1 – 2 of 2) sorted by relevance
18 import static com.android.car.hal.CarPropertyUtils.toCarPropertyValue;184 return value == null ? null : toCarPropertyValue(value, mgrPropId); in getProperty()395 propVal = toCarPropertyValue(v, mgrPropId); in onHalEvents()
48 static CarPropertyValue<?> toCarPropertyValue( in toCarPropertyValue() method in CarPropertyUtils