Searched refs:setBytesValues (Results 1 – 4 of 4) sorted by relevance
39 new PropertyParcel.Builder(propertyName).setBytesValues(bytesArray).build(); in testTwoDimensionByteArray_serializationSupported()
73 .setBytesValues(bytesValues) in testPropertyParcel_onePropertySet_success()
312 public Builder setBytesValues(@NonNull byte[][] bytesValues) { in setBytesValues() method in PropertyParcel.Builder
494 putInPropertyMap(name, new PropertyParcel.Builder(name).setBytesValues(values).build()); in putInPropertyMap()