Searched refs:getBytesValues (Results 1 – 4 of 4) sorted by relevance
75 .getBytesValues()) in testPropertyParcel_onePropertySet_success()280 assertThat(propertyMap.get("propBytes").getBytesValues()).isEqualTo(bytesArray); in testRecreateFromParcelWithParentTypes()291 assertThat(innerDocs[0].getPropertyMap().get("propBytes").getBytesValues()) in testRecreateFromParcelWithParentTypes()
131 public byte[][] getBytesValues() { in getBytesValues() method in PropertyParcel
360 } else if (propertyParcel.getBytesValues() != null) { in getRawPropertyFromRawDocument()361 byte[][] bytesValues = propertyParcel.getBytesValues(); in getRawPropertyFromRawDocument()
204 values[j] = property.getBytesValues(j).toByteArray(); in toGenericDocument()