Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DCarPropertyUtils.java204 int indexOfValues = 0; in toMixedVehiclePropValue() local
207 v.stringValue = (String) values[indexOfValues]; in toMixedVehiclePropValue()
208 indexOfValues++; in toMixedVehiclePropValue()
214 indexOfValues++; in toMixedVehiclePropValue()
224 v.int32Values.add((Integer) values[indexOfValues]); in toMixedVehiclePropValue()
225 indexOfValues++; in toMixedVehiclePropValue()
234 v.int64Values.add((Long) values[indexOfValues]); in toMixedVehiclePropValue()
235 indexOfValues++; in toMixedVehiclePropValue()
244 v.floatValues.add((Float) values[indexOfValues]); in toMixedVehiclePropValue()
245 indexOfValues++; in toMixedVehiclePropValue()
[all …]