Searched defs:documents (Results 1 – 9 of 9) sorted by relevance
131 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_typeFilterWithPolymorphism() local247 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphism() local352 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_indexBasedOnParentTypePolymorphism() local421 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_parentTypeListIsTopologicalOrder() local522 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardProjection_polymorphism() local633 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardFilterSchema_polymorphism() local739 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphismAndSchemaFilter() local
179 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_typeFilterWithPolymorphism() local293 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphism() local400 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphismAndSchemaFilter() local505 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_indexBasedOnParentTypePolymorphism() local571 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_parentTypeListIsTopologicalOrder() local671 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardProjection_polymorphism() local781 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardFilterSchema_polymorphism() local
46 PutDocumentsRequest(List<GenericDocument> documents, List<GenericDocument> takenActions) { in PutDocumentsRequest()78 public Builder addGenericDocuments(@NonNull GenericDocument... documents) { in addGenericDocuments()87 public Builder addGenericDocuments( in addGenericDocuments()
284 GenericDocument[] documents = new GenericDocument[docParcels.length]; in getProperty() local
320 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testSearchEnterpriseContacts() local355 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testSearchEnterpriseContacts_withProjection() local386 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testSearchEnterpriseContacts_withFilter() local430 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContacts_canAccessWithOnlyContactsAccess() local454 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContacts_canNotAccessWithoutContactsAccess() local482 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContacts_canNotAccessWithOnlyCallerIdAccess() local572 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContactsInSystemPackage_transformPerson() local
365 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testPersonSchema_indexFirstMiddleAndLastNames() local415 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testPersonSchema_indexFullNameOnly() local
157 List<GenericDocument> documents = in testRealIndexing() local
138 MtpObjectInfo[] documents, in putChildDocuments()
127 final StorageItemPreference documents = spy(new StorageItemPreference(mContext)); in getPreferenceScreen() local