Home
last modified time | relevance | path

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

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DDiagnosticEventBuilder.java150 VehiclePropValueBuilder propValueBuilder = VehiclePropValueBuilder.newBuilder(mPropertyId); in build() local
152 propValueBuilder.setTimestamp(); in build()
154 propValueBuilder.setTimestamp(timestamp); in build()
156 mIntValues.forEach(propValueBuilder::addIntValue); in build()
157 mFloatValues.forEach(propValueBuilder::addFloatValue); in build()
158 return propValueBuilder.addByteValue(mBitmask.toByteArray()).setStringValue(mDtc).build(); in build()