Home
last modified time | relevance | path

Searched defs:documents (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java131 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_typeFilterWithPolymorphism() local
247 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphism() local
352 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_indexBasedOnParentTypePolymorphism() local
421 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_parentTypeListIsTopologicalOrder() local
522 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardProjection_polymorphism() local
633 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardFilterSchema_polymorphism() local
739 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphismAndSchemaFilter() local
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java179 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_typeFilterWithPolymorphism() local
293 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphism() local
400 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionWithPolymorphismAndSchemaFilter() local
505 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_indexBasedOnParentTypePolymorphism() local
571 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_parentTypeListIsTopologicalOrder() local
671 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardProjection_polymorphism() local
781 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_wildcardFilterSchema_polymorphism() local
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPutDocumentsRequest.java46 PutDocumentsRequest(List<GenericDocument> documents, List<GenericDocument> takenActions) { in PutDocumentsRequest()
78 public Builder addGenericDocuments(@NonNull GenericDocument... documents) { in addGenericDocuments()
87 public Builder addGenericDocuments( in addGenericDocuments()
DGenericDocument.java284 GenericDocument[] documents = new GenericDocument[docParcels.length]; in getProperty() local
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java320 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testSearchEnterpriseContacts() local
355 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testSearchEnterpriseContacts_withProjection() local
386 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testSearchEnterpriseContacts_withFilter() local
430 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContacts_canAccessWithOnlyContactsAccess() local
454 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContacts_canNotAccessWithoutContactsAccess() local
482 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContacts_canNotAccessWithOnlyCallerIdAccess() local
572 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testEnterpriseContactsInSystemPackage_transformPerson() local
DAppSearchHelperTest.java365 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testPersonSchema_indexFirstMiddleAndLastNames() local
415 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testPersonSchema_indexFullNameOnly() local
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerRealDocumentsTest.java157 List<GenericDocument> documents = in testRealIndexing() local
/packages/services/Mtp/src/com/android/mtp/
DMapper.java138 MtpObjectInfo[] documents, in putChildDocuments()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java127 final StorageItemPreference documents = spy(new StorageItemPreference(mContext)); in getPreferenceScreen() local