Searched refs:getBytesValues (Results 1 – 4 of 4) sorted by relevance
88 .getBytesValues()) in testPropertyParcel_onePropertySet_success()311 assertThat(propertyMap.get("propBytes").getBytesValues()).isEqualTo(bytesArray); in testRecreateFromParcelWithParentTypes()322 assertThat(innerDocs[0].getPropertyMap().get("propBytes").getBytesValues()) in testRecreateFromParcelWithParentTypes()
124 public byte @Nullable [][] getBytesValues() { in getBytesValues() method in PropertyParcel
409 } else if (propertyParcel.getBytesValues() != null) { in getRawPropertyFromRawDocument()410 byte[][] bytesValues = propertyParcel.getBytesValues(); in getRawPropertyFromRawDocument()
212 values[j] = property.getBytesValues(j).toByteArray(); in toGenericDocument()