Searched refs:setLongValues (Results 1 – 3 of 3) sorted by relevance
68 .setLongValues(longValues) in testPropertyParcel_onePropertySet_success()129 .setLongValues(longValues); in testPropertyParcel_moreThanOnePropertySet_exceptionThrown()154 .setLongValues(longArray) in testGenericDocumentParcel_propertiesGeneratedCorrectly()241 .setLongValues(longArray) in testGenericDocumentParcel_builderCanBeReused()
291 public @NonNull Builder setLongValues(long @NonNull [] longValues) { in setLongValues() method in PropertyParcel.Builder
465 putInPropertyMap(name, new PropertyParcel.Builder(name).setLongValues(values).build()); in putInPropertyMap()