Home
last modified time | relevance | path

Searched refs:getPropertyDocument (Results 1 – 4 of 4) 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()
110 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyString("propString")) in testRecreateFromParcelWithParentTypes()
112 assertThat(outDoc.getPropertyDocument("propDocument").getPropertyBytesArray("propBytes")) in testRecreateFromParcelWithParentTypes()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppFunctionDocumentParserImplTest.java426 assertThat(actualAppFunction.getPropertyDocument("appFunctionParameterMetadata").getId()) in parseIntoMapForGivenSchemas_singleAppFunctionWithDocumentProperties()
467 assertThat(actualAppFunction.getPropertyDocument("appFunctionParameterMetadata").getId()) in parseIntoMapForGivenSchemas_singleAppFunctionWithSelfReferencingSchema()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java715 public @Nullable GenericDocument getPropertyDocument(@NonNull String path) { in getPropertyDocument() method in GenericDocument
/packages/modules/AppSearch/framework/api/
Dcurrent.txt285 …method @Nullable public android.app.appsearch.GenericDocument getPropertyDocument(@NonNull String);