Home
last modified time | relevance | path

Searched refs:addGenericDocuments (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPutDocumentsRequest.java78 public Builder addGenericDocuments(@NonNull GenericDocument... documents) { in addGenericDocuments() method in PutDocumentsRequest.Builder
81 return addGenericDocuments(Arrays.asList(documents)); in addGenericDocuments()
87 public Builder addGenericDocuments( in addGenericDocuments() method in PutDocumentsRequest.Builder
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java117 .addGenericDocuments(personDoc, artistDoc, emailDoc) in testQuery_typeFilterWithPolymorphism()
233 .addGenericDocuments(personDoc, artistDoc) in testQuery_projectionWithPolymorphism()
336 .addGenericDocuments(artistDoc, messageDoc) in testQuery_indexBasedOnParentTypePolymorphism()
404 .addGenericDocuments(docA, docB, docC, docD) in testQuery_parentTypeListIsTopologicalOrder()
508 .addGenericDocuments(email, text) in testQuery_wildcardProjection_polymorphism()
619 .addGenericDocuments(email, text) in testQuery_wildcardFilterSchema_polymorphism()
722 .addGenericDocuments(personDoc, artistDoc) in testQuery_projectionWithPolymorphismAndSchemaFilter()
DAppSearchSessionUnitTest.java81 new PutDocumentsRequest.Builder().addGenericDocuments(document1).build(), in testGetEmptyNextPage()
139 .addGenericDocuments(document1, document2, document3).build(), in testGetEmptyNextPage_multiPages()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java165 .addGenericDocuments(personDoc, artistDoc, emailDoc) in testQuery_typeFilterWithPolymorphism()
279 .addGenericDocuments(personDoc, artistDoc) in testQuery_projectionWithPolymorphism()
383 .addGenericDocuments(personDoc, artistDoc) in testQuery_projectionWithPolymorphismAndSchemaFilter()
487 .addGenericDocuments(artistDoc, messageDoc) in testQuery_indexBasedOnParentTypePolymorphism()
554 .addGenericDocuments(docA, docB, docC, docD) in testQuery_parentTypeListIsTopologicalOrder()
657 .addGenericDocuments(email, text) in testQuery_wildcardProjection_polymorphism()
767 .addGenericDocuments(email, text) in testQuery_wildcardFilterSchema_polymorphism()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java357 new PutDocumentsRequest.Builder().addGenericDocuments(doc1).build())); in testPersonSchema_indexFirstMiddleAndLastNames()
406 new PutDocumentsRequest.Builder().addGenericDocuments(doc1).build())); in testPersonSchema_indexFullNameOnly()
DEnterpriseContactsTest.java228 new PutDocumentsRequest.Builder().addGenericDocuments(person1, person2, in setUpEnterpriseContacts()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DSyncAppSearchImplTest.java106 .addGenericDocuments(document1, document2, document3).build(); in testSynchronousMethods()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppSearchHelper.java175 new PutDocumentsRequest.Builder().addGenericDocuments(apps).build(); in indexApps()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DAppSearchHelper.java319 new PutDocumentsRequest.Builder().addGenericDocuments(contacts).build(); in indexContactsAsync()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt382 …method @NonNull public android.app.appsearch.PutDocumentsRequest.Builder addGenericDocuments(@NonN…
383 …method @NonNull public android.app.appsearch.PutDocumentsRequest.Builder addGenericDocuments(@NonN…