Searched refs:toMixedCarPropertyValue (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.car.hal.CarPropertyUtils.toMixedCarPropertyValue;194 return toMixedCarPropertyValue(value, mgrPropId, containBooleanType, containStringType); in getProperty()443 propVal = toMixedCarPropertyValue(v, mgrPropId, containBooleanType, in onHalEvents()
116 static CarPropertyValue<?> toMixedCarPropertyValue( in toMixedCarPropertyValue() method in CarPropertyUtils