Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 24 of 24) sorted by relevance

/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DAppSearchSchemaCtsTest.java257 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 …]
DAppSearchSchemaMigrationCtsTestBase.java130 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
DSetSchemaRequestCtsTest.java183 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 …]
DAppSearchSessionCtsTestBase.java200 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 …]
DAppSearchSessionBlobCtsTestBase.java725 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
DAppSearchSessionLocalCtsTest.java382 AppSearchSchema schema = new AppSearchSchema.Builder("testSchema") in testSetSchemaStats_withSchemaMigration() local
DGlobalSearchSessionCtsTestBase.java2051 AppSearchSchema schema = new AppSearchSchema.Builder("Gmail") in testRankWithScorableProperty_searchFromMultipleDbs() local
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/
DAppSearchSchemaInternalTest.java51 AppSearchSchema schema = in testPropertyConfig_withDeletePropagationType() local
115 AppSearchSchema schema = in testAppSearchSchema_toString_withDeletePropagationType() local
DSetSchemaResponseInternalTest.java79 AppSearchSchema schema = new AppSearchSchema.Builder("Test") in testPropertyConfig_deletionPropagation() local
/appsearch/appsearch-platform-storage/src/main/java/androidx/appsearch/platformstorage/util/
DSchemaValidationUtil.java60 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/
DSearchSuggestionSpecToPlatformConverter.java98 String schema, in addFilterProperties()
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/
DAbstractSyntaxTreeSearchCtsTestBase.java161 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/
DGenericDocumentToProtoConverter.java246 SchemaTypeConfigProto schema = in toGenericDocument() local
285 @NonNull SchemaTypeConfigProto schema) { in setEmptyProperty()
DSearchSpecToProtoConverter.java711 String schema; in getSchemaToPrefixedSchemas() local
748 String schema; in createSchemaToPrefixedSchemasMap() local
787 String schema; in getPackageAndSchemaToPrefixedSchemas() local
DSchemaToProtoConverter.java57 public static @NonNull SchemaTypeConfigProto toSchemaTypeConfigProto( in toSchemaTypeConfigProto()
/appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/converter/
DSchemaToProtoConverterTest.java324 AppSearchSchema schema = new AppSearchSchema.Builder("EmailMessage") in testGetProto_ParentTypes() local
/appsearch/appsearch/src/main/java/androidx/appsearch/app/
DSearchSuggestionSpec.java425 public @NonNull Builder addFilterProperties(@NonNull String schema, in addFilterProperties()
461 public @NonNull Builder addFilterPropertyPaths(@NonNull String schema, in addFilterPropertyPaths()
DSearchSpec.java1038 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()
DGetSchemaResponse.java376 public @NonNull Builder addSchema(@NonNull AppSearchSchema schema) { in addSchema()
DSetSchemaRequest.java751 public @NonNull Builder setPubliclyVisibleSchema(@NonNull String schema, in setPubliclyVisibleSchema()
DAppSearchSchema.java246 public Builder(@NonNull AppSearchSchema schema) { in Builder()
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/
DSchemaCache.java356 SchemaTypeConfigProto schema = in collectParentTypeInDegrees() local
DAppSearchImpl.java409 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/
DAppSearchImplTest.java2816 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