| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/ |
| D | GenericDocumentCtsTest.java | 399 GenericDocument doc = new GenericDocument.Builder<>("namespace", in testDocumentInvalid_setNullDocValues() local 502 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveTopLevelProperties() local 539 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedProperties() local 593 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedPropertiesMultipleNestedDocuments() local 643 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveTopLevelPropertiesIndex() local 674 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveTopLevelPropertiesIndexOutOfRange() local 708 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testNestedProperties_invalidPaths() local 730 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1").build(); in testNestedProperties_arrayTypesInvalidPath() local 763 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedPropertiesIntermediateIndex() local 831 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1") in testRetrieveNestedPropertiesLeafIndex() local [all …]
|
| D | AppSearchSchemaMigrationCtsTestBase.java | 140 GenericDocument doc = new GenericDocument.Builder<>( in setUp() local 723 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_sourceToNowhere() local 888 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_toAnotherType() local 1311 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_multiStep1To4() local 1360 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_multiStep2To4() local 1406 GenericDocument doc = new GenericDocument.Builder<>( in testSchemaMigration_multiStep3To4() local
|
| D | AppSearchSessionCtsTestBase.java | 2495 GenericDocument doc = in testQueryIndexableLongProperty_numericSearchNotEnabled() local 7996 GenericDocument doc = new GenericDocument.Builder<>( in testQuery_hasPropertyFunctionWithoutEnablingFeatureFails() local 8133 GenericDocument doc = new GenericDocument.Builder<>( in testQuery_matchScoreExpressionFunctionWithoutEnablingFeatureFails() local 9428 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id", "Type") in testSearchSuggestion_replacementDocument() local 11440 GenericDocument doc = in testEmbeddingQuantization() local 11492 GenericDocument doc = in testEmbeddingQuantization_changeSchema() local 11763 GenericDocument doc = in testRankingFunction_filterByRange() local 12174 GenericDocument doc = in testRankWithScorableProperty_updateSchemaByFlippingScorableType() local
|
| /appsearch/appsearch-builtin-types/src/main/java/androidx/appsearch/app/ |
| D | ShortcutAdapter.java | 122 final GenericDocument doc = GenericDocument.fromDocumentClass(document); in createShortcutBuilderFromDocument() local
|
| /appsearch/appsearch-builtin-types/src/androidTest/java/androidx/appsearch/builtintypes/ |
| D | MobileApplicationTest.java | 147 GenericDocument doc = GenericDocument.fromDocumentClass(mobileApplication); in testGenericDocument() local
|
| D | ContactPointTest.java | 225 GenericDocument doc = GenericDocument.fromDocumentClass(contactPoint); in testGenericDocument() local
|
| D | PersonTest.java | 502 GenericDocument doc = GenericDocument.fromDocumentClass(person); in testGenericDocument() local
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/ |
| D | AbstractSyntaxTreeSearchCtsTestBase.java | 176 GenericDocument doc = new GenericDocument.Builder<>( in testTextNode_toString_VerbatimFlagSet() local 218 GenericDocument doc = new GenericDocument.Builder<>( in testTextNode_toString_AllFlagsSet() local 787 GenericDocument doc = new GenericDocument.Builder<>( in testSearchNode_toString_handlesStringLiterals() local 831 GenericDocument doc = new GenericDocument.Builder<>( in testSearchNode_toString_handlesPrefixedStringLiterals() local
|
| /appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/ |
| D | AppSearchImplTest.java | 1539 GenericDocument doc = new GenericDocument.Builder<>("namespace1", "id1", "type") in testSearchSuggestion_invalidPrefix() local 1597 GenericDocument doc = new GenericDocument.Builder<>("namespace1", "id1", "type") in testSearchSuggestion_emptyPrefix() local
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/ |
| D | AppSearchImpl.java | 1977 GenericDocument doc = GenericDocumentToProtoConverter.toGenericDocument( in batchGetDocuments() local
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/ |
| D | AnnotationProcessorTestBase.java | 541 LongDoc doc = new LongDoc(); in testAnnotation_unsetNumberClasses() local
|