Searched refs:getBlobHandleValues (Results 1 – 4 of 4) sorted by relevance
139 public AppSearchBlobHandle @Nullable [] getBlobHandleValues() { in getBlobHandleValues() method in PropertyParcel
119 assertThat(parcel.getBlobHandleValues()).asList().containsExactly(blob1, blob2).inOrder(); in testPropertyParcel_blobHandleSet_success()
426 } else if (propertyParcel.getBlobHandleValues() != null) { in getRawPropertyFromRawDocument()427 AppSearchBlobHandle[] blobHandlesValues = propertyParcel.getBlobHandleValues(); in getRawPropertyFromRawDocument()
235 property.getBlobHandleValues(j)); in toGenericDocument()