Home
last modified time | relevance | path

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

/appsearch/appsearch/src/main/java/androidx/appsearch/app/
DPutDocumentsRequest.java56 PutDocumentsRequest(List<GenericDocument> documents, List<GenericDocument> takenActions) { in PutDocumentsRequest()
90 public @NonNull Builder addGenericDocuments(@NonNull GenericDocument... documents) { in addGenericDocuments()
98 public @NonNull Builder addGenericDocuments( in addGenericDocuments()
119 public @NonNull Builder addDocuments(@NonNull Object... documents) in addDocuments()
138 public @NonNull Builder addDocuments(@NonNull Collection<?> documents) in addDocuments()
DGenericDocument.java395 GenericDocument[] documents = new GenericDocument[docParcels.length]; in getProperty() local
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/
DAbstractSyntaxTreeSearchCtsTestBase.java122 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_noFlagsSet() local
154 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_PrefixFlagSet() local
196 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_VerbatimFlagSet() local
241 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_AllFlagsSet() local
263 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_escapesLogicalOperators() local
285 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_escapesSpecialCharacters() local
309 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_prefixedMultiTerm() local
350 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testTextNode_toString_prefixedTermWithEndWhitespace() local
377 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testNegationNode_toString_returnsDocumentsWithoutTerm() local
408 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testAndNode_toString_returnsDocumentsWithBothTerms() local
[all …]
/appsearch/appsearch-debug-view/src/main/java/androidx/appsearch/debugview/view/
DDocumentListItemAdapter.java49 DocumentListItemAdapter(@NonNull List<GenericDocument> documents, in DocumentListItemAdapter()
60 public void setDocuments(@NonNull List<GenericDocument> documents) { in setDocuments()
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DAppSearchSessionCtsTestBase.java2342 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery() local
2382 List<GenericDocument> documents = new ArrayList<>(); in testQuery_getNextPage() local
2443 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQueryIndexableLongProperty_numericSearchEnabledSucceeds() local
3840 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_typeFilter() local
3884 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_packageFilter() local
3925 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_namespaceFilter() local
3972 List<GenericDocument> documents = new ArrayList<>(); in testQuery_getPackageName() local
4009 List<GenericDocument> documents = new ArrayList<>(); in testQuery_getDatabaseName() local
4093 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projection() local
4158 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_projectionEmpty() local
[all …]
DGlobalSearchSessionCtsTestBase.java325 List<GenericDocument> documents = new ArrayList<>(); in testGlobalQuery_getNextPage() local
573 List<GenericDocument> documents = in testGlobalQuery_projectionTwoInstances() local
635 List<GenericDocument> documents = in testGlobalQuery_projectionEmptyTwoInstances() local
692 List<GenericDocument> documents = in testGlobalQuery_projectionNonExistentTypeTwoInstances() local
782 List<GenericDocument> documents = in testGlobalQuery_documentIdFilter() local
840 List<GenericDocument> documents = in testQuery_ResultGroupingLimits() local
DAppSearchSchemaMigrationCtsTestBase.java1212 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testSchemaMigration_loadTest() local
DGenericDocumentCtsTest.java966 GenericDocument[] documents = document.getPropertyDocumentArray("docKey1"); in testDocumentGetPropertyNamesMultiLevel() local
/appsearch/appsearch-test-util/src/main/java/androidx/appsearch/testutil/
DAppSearchTestUtils.java98 List<GenericDocument> documents = new ArrayList<>(results.size()); in convertSearchResultsToDocuments() local
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/
DSearchSessionImpl.java359 List<GenericDocument> documents = request.getGenericDocuments(); in putAsync() local
DAppSearchImpl.java1078 @NonNull List<GenericDocument> documents, in batchPutDocuments()
/appsearch/appsearch-ktx/src/androidTest/java/
DAnnotationProcessorKtTest.kt248 val documents = convertSearchResultsToDocuments(searchResults) in testAnnotationProcessor() constant
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/
DAnnotationProcessorTestBase.java413 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testAnnotationProcessor() local
454 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testAnnotationProcessor_queryByType() local
550 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testAnnotation_unsetNumberClasses() local
651 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testGenericDocumentConversion_Superclass() local
846 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testPolymorphism() local
1008 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testIndexableNestedPropertiesList() local
1782 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testPolymorphismForInterface() local
2122 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testIndexableNestedPropertiesListForInterface() local
DAppSearchSessionInternalTestBase.java243 List<GenericDocument> documents = convertSearchResultsToDocuments(searchResults); in testQuery_genericDocumentWrapsParentTypeForPolymorphism() local
/appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/
DAppSearchImplTest.java643 List<GenericDocument> documents = new ArrayList<>(); in testBatchPut_emptyList_noDocInserted() local
688 List<GenericDocument> documents = Arrays.asList(document1, document2, document3); in testBatchPut_docsInsertedCorrectly() local
740 List<GenericDocument> documents = Arrays.asList(document1, document2, document3); in testBatchPut_docsInsertedCorrectly_withoutPersistToDisk() local
4881 List<GenericDocument> documents = new ArrayList<>(); in testStatsIsLaunchVM() local
4970 List<GenericDocument> documents = new ArrayList<>(); in testStatsIsNotLaunchVM() local