Home
last modified time | relevance | path

Searched refs:getPropertyDocument (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DGenericDocumentInternalTest.java66 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyString("propString")) in testRecreateFromParcel()
68 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyBytesArray("propBytes")) in testRecreateFromParcel()
109 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyString("propString")) in testRecreateFromParcelWithParentTypes()
111 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyBytesArray("propBytes")) in testRecreateFromParcelWithParentTypes()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java665 public GenericDocument getPropertyDocument(@NonNull String path) { in getPropertyDocument() method in GenericDocument
/packages/modules/AppSearch/framework/api/
Dcurrent.txt230 …method @Nullable public android.app.appsearch.GenericDocument getPropertyDocument(@NonNull String);