Searched refs:getPropertyBytesArray (Results 1 – 5 of 5) sorted by relevance
65 assertThat(outDoc.getPropertyBytesArray("propBytes")).isEqualTo(new byte[][] {{1, 2}}); in testRecreateFromParcel()68 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyBytesArray("propBytes")) in testRecreateFromParcel()108 assertThat(outDoc.getPropertyBytesArray("propBytes")).isEqualTo(new byte[][] {{1, 2}}); in testRecreateFromParcelWithParentTypes()111 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyBytesArray("propBytes")) in testRecreateFromParcelWithParentTypes()
115 return Objects.requireNonNull(getPropertyBytesArray(SHA_256_CERT_PROPERTY)); in getSha256Certs()
256 visibilityDocument.getPropertyBytesArray(VISIBLE_TO_PACKAGE_SHA_256_CERT_PROPERTY); in createVisibilityConfig()
647 byte[][] propertyArray = getPropertyBytesArray(path); in getPropertyBytes()822 public byte[][] getPropertyBytesArray(@NonNull String path) { in getPropertyBytesArray() method in GenericDocument
229 method @Nullable public byte[][] getPropertyBytesArray(@NonNull String);