Searched refs:propValueBuilder (Results 1 – 1 of 1) sorted by relevance
150 VehiclePropValueBuilder propValueBuilder = VehiclePropValueBuilder.newBuilder(mPropertyId); in build() local152 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()