| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/ |
| D | AppSearchSchemaCtsTest.java | 257 AppSearchSchema schema = in testParentTypes() local 267 AppSearchSchema schema = in testDuplicateParentTypes() local 332 AppSearchSchema schema = in testPropertyConfig() local 631 AppSearchSchema schema = in testAppSearchSchema_toString() local 848 AppSearchSchema schema = in testAppSearchSchema_toStringNoDescriptionSet() local 941 AppSearchSchema schema = in testEmbeddingPropertyConfig() local 1058 AppSearchSchema schema = in testEmbeddingPropertyConfig_quantization() local 1137 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testAppSearchSchemaBuilder_copyConstructor() local 1155 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testAppSearchSchemaBuilder_setSchemaType() local 1163 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testAppSearchSchemaBuilder_clearProperties() local [all …]
|
| D | AppSearchSchemaMigrationCtsTestBase.java | 130 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in setUp() local 355 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in testSchemaMigration() local 471 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in testSchemaMigration_downgrade() local 559 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in testSchemaMigration_sameVersion() local 645 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in testSchemaMigration_noMigration() local 717 AppSearchSchema schema = new AppSearchSchema.Builder("sourceSchema") in testSchemaMigration_sourceToNowhere() local
|
| D | SetSchemaRequestCtsTest.java | 183 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSetSchemaTypeDisplayedBySystem_displayed() local 197 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSetSchemaTypeDisplayedBySystem_notDisplayed() local 205 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSetSchemaTypeVisibleForPermissions() local 286 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_visible() local 305 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_notVisible() local 316 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_deduped() local 337 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_removed() local 358 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testPubliclyVisibleSchemaType() local 371 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testPubliclyVisibleSchemaType_removal() local 391 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testPubliclyVisibleSchemaType_deduped() local [all …]
|
| D | AppSearchSessionCtsTestBase.java | 200 AppSearchSchema schema = new AppSearchSchema.Builder("Email1") in testSetSchema_schemaDescription_notSupported() local 225 AppSearchSchema schema = new AppSearchSchema.Builder("Email1") in testSetSchema_propertyDescription_notSupported() local 369 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testSetSchema_updateVersion() local 399 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testSetSchema_checkVersion() local 1442 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in testPutDocuments_emptyProperties() local 1489 AppSearchSchema schema = new AppSearchSchema.Builder("Type").addProperty( in testPutLargeDocumentBatch() local 5611 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testEmbeddingSnippet() local 5738 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testHybridSnippet() local 5884 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testEmbeddingSnippet_withSnippetCountPerPropertyLimit() local 7723 AppSearchSchema schema = new AppSearchSchema.Builder("Schema") in testQuery_listFilterQueryWithEnablingFeatureSucceeds() local [all …]
|
| D | AppSearchSessionBlobCtsTestBase.java | 725 AppSearchSchema schema = new AppSearchSchema.Builder("Type") in testSetBlobSchema() local 744 AppSearchSchema schema = new AppSearchSchema.Builder("Type") in testPutDocumentWithBlobProperty() local 824 AppSearchSchema schema = new AppSearchSchema.Builder("Type") in testSetBlobSchema_notSupported() local
|
| D | AppSearchSessionLocalCtsTest.java | 382 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in testSetSchemaStats_withSchemaMigration() local
|
| D | GlobalSearchSessionCtsTestBase.java | 2051 AppSearchSchema schema = new AppSearchSchema.Builder("Gmail") in testRankWithScorableProperty_searchFromMultipleDbs() local
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/ |
| D | AppSearchSchemaInternalTest.java | 51 AppSearchSchema schema = in testPropertyConfig_withDeletePropagationType() local 115 AppSearchSchema schema = in testAppSearchSchema_toString_withDeletePropagationType() local
|
| D | SetSchemaResponseInternalTest.java | 79 AppSearchSchema schema = new AppSearchSchema.Builder("Test") in testPropertyConfig_deletionPropagation() local
|
| /appsearch/appsearch-platform-storage/src/main/java/androidx/appsearch/platformstorage/util/ |
| D | SchemaValidationUtil.java | 60 knownSchemas.put(schema.getSchemaType(), schema); in checkSchemasAreValidOrThrow() local 89 private static int getNumSectionsInSchemaOrThrow(@NonNull AppSearchSchema schema, in getNumSectionsInSchemaOrThrow()
|
| /appsearch/appsearch-platform-storage/src/main/java/androidx/appsearch/platformstorage/converter/ |
| D | SearchSuggestionSpecToPlatformConverter.java | 98 String schema, in addFilterProperties()
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/ |
| D | AbstractSyntaxTreeSearchCtsTestBase.java | 161 AppSearchSchema schema = new AppSearchSchema.Builder("VerbatimSchema") in testTextNode_toString_VerbatimFlagSet() local 202 AppSearchSchema schema = new AppSearchSchema.Builder("VerbatimSchema") in testTextNode_toString_AllFlagsSet() local 771 AppSearchSchema schema = new AppSearchSchema.Builder("VerbatimSchema") in testSearchNode_toString_handlesStringLiterals() local 815 AppSearchSchema schema = new AppSearchSchema.Builder("VerbatimSchema") in testSearchNode_toString_handlesPrefixedStringLiterals() local 945 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testSemanticSearchNode_toString_allDefaults_returnsDocuments() local 1034 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testSemanticSearchNode_toString_lowerBoundSet_returnsDocuments() local 1111 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testSemanticSearchNode_toString_boundsSet_returnsDocuments() local 1188 AppSearchSchema schema = new AppSearchSchema.Builder("Email") in testSemanticSearchNode_toString_noDefaults_returnsDocuments() local
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/converter/ |
| D | GenericDocumentToProtoConverter.java | 246 SchemaTypeConfigProto schema = in toGenericDocument() local 285 @NonNull SchemaTypeConfigProto schema) { in setEmptyProperty()
|
| D | SearchSpecToProtoConverter.java | 711 String schema; in getSchemaToPrefixedSchemas() local 748 String schema; in createSchemaToPrefixedSchemasMap() local 787 String schema; in getPackageAndSchemaToPrefixedSchemas() local
|
| D | SchemaToProtoConverter.java | 57 public static @NonNull SchemaTypeConfigProto toSchemaTypeConfigProto( in toSchemaTypeConfigProto()
|
| /appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/converter/ |
| D | SchemaToProtoConverterTest.java | 324 AppSearchSchema schema = new AppSearchSchema.Builder("EmailMessage") in testGetProto_ParentTypes() local
|
| /appsearch/appsearch/src/main/java/androidx/appsearch/app/ |
| D | SearchSuggestionSpec.java | 425 public @NonNull Builder addFilterProperties(@NonNull String schema, in addFilterProperties() 461 public @NonNull Builder addFilterPropertyPaths(@NonNull String schema, in addFilterPropertyPaths()
|
| D | SearchSpec.java | 1038 public @NonNull Builder addFilterProperties(@NonNull String schema, in addFilterProperties() 1069 public @NonNull Builder addFilterPropertyPaths(@NonNull String schema, in addFilterPropertyPaths() 1717 public @NonNull SearchSpec.Builder addProjection( in addProjection() 1794 public @NonNull SearchSpec.Builder addProjectionPaths( in addProjectionPaths()
|
| D | GetSchemaResponse.java | 376 public @NonNull Builder addSchema(@NonNull AppSearchSchema schema) { in addSchema()
|
| D | SetSchemaRequest.java | 751 public @NonNull Builder setPubliclyVisibleSchema(@NonNull String schema, in setPubliclyVisibleSchema()
|
| D | AppSearchSchema.java | 246 public Builder(@NonNull AppSearchSchema schema) { in Builder()
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/ |
| D | SchemaCache.java | 356 SchemaTypeConfigProto schema = in collectParentTypeInDegrees() local
|
| D | AppSearchImpl.java | 409 SchemaTypeConfigProto schema = schemaProtoTypesList.get(i); in AppSearchImpl() local 411 mSchemaCacheLocked.addToSchemaMap(getPrefix(prefixedSchemaType), schema); in AppSearchImpl() local 802 AppSearchSchema schema = schemas.get(i); in doSetSchemaNoChangeNotificationLocked() local 958 AppSearchSchema schema = SchemaToProtoConverter.toAppSearchSchema( in getSchema() local
|
| /appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/ |
| D | AppSearchImplTest.java | 2816 AppSearchSchema schema = new AppSearchSchema.Builder("Type") in testOptimizeBlobWithDocument() local 3333 List<AppSearchSchema> schema = in testClearPackageData() local 3396 List<AppSearchSchema> schema = in testPrunePackageData() local 6459 AppSearchSchema schema = in testLimitConfig_removeByQuery_deactivatesDocumentCountLimit() local
|