Home
last modified time | relevance | path

Searched refs:addSchemas (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java92 .addSchemas(personSchema) in testQuery_typeFilterWithPolymorphism()
93 .addSchemas(artistSchema) in testQuery_typeFilterWithPolymorphism()
94 .addSchemas(AppSearchEmail.SCHEMA) in testQuery_typeFilterWithPolymorphism()
211 .addSchemas(personSchema) in testQuery_projectionWithPolymorphism()
212 .addSchemas(artistSchema) in testQuery_projectionWithPolymorphism()
312 .addSchemas(personSchema) in testQuery_indexBasedOnParentTypePolymorphism()
313 .addSchemas(artistSchema) in testQuery_indexBasedOnParentTypePolymorphism()
314 .addSchemas(messageSchema) in testQuery_indexBasedOnParentTypePolymorphism()
389 .addSchemas(schemaA) in testQuery_parentTypeListIsTopologicalOrder()
390 .addSchemas(schemaB) in testQuery_parentTypeListIsTopologicalOrder()
[all …]
DAppSearchSessionUnitTest.java70 .addSchemas(new AppSearchSchema.Builder("schema1").build()) in testGetEmptyNextPage()
123 .addSchemas(new AppSearchSchema.Builder("schema1").build()) in testGetEmptyNextPage_multiPages()
194 .addSchemas(new AppSearchSchema.Builder("schema1").build()) in testClosedCallbackExecutor()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java103 SetSchemaRequest request = new SetSchemaRequest.Builder().addSchemas(inSchema).build(); in testGetSchema_joinableValueType()
140 .addSchemas(personSchema) in testQuery_typeFilterWithPolymorphism()
141 .addSchemas(artistSchema) in testQuery_typeFilterWithPolymorphism()
142 .addSchemas(AppSearchEmail.SCHEMA) in testQuery_typeFilterWithPolymorphism()
257 .addSchemas(personSchema) in testQuery_projectionWithPolymorphism()
258 .addSchemas(artistSchema) in testQuery_projectionWithPolymorphism()
361 .addSchemas(personSchema) in testQuery_projectionWithPolymorphismAndSchemaFilter()
362 .addSchemas(artistSchema) in testQuery_projectionWithPolymorphismAndSchemaFilter()
463 .addSchemas(personSchema) in testQuery_indexBasedOnParentTypePolymorphism()
464 .addSchemas(artistSchema) in testQuery_indexBasedOnParentTypePolymorphism()
[all …]
DInternalVisibilityConfigTest.java80 .addSchemas(new AppSearchSchema.Builder("testSchema").build()) in testToInternalVisibilityConfig()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java158 .addSchemas(TestUtils.CONTACT_POINT_SCHEMA_WITH_LABEL_REPEATED) in testIndexContacts_shouldCompleteNormallyOnError()
173 .addSchemas(TestUtils.CONTACT_POINT_SCHEMA_WITH_LABEL_REPEATED) in testIndexContacts_shouldNotCompleteNormallyOnError()
279 .addSchemas(TestUtils.CONTACT_POINT_SCHEMA_WITH_APP_IDS_OPTIONAL) in testCreateAppSearchHelper_compatibleSchemaChange2()
295 .addSchemas(TestUtils.CONTACT_POINT_SCHEMA_WITH_LABEL_REPEATED) in testCreateAppSearchHelper_incompatibleSchemaChange()
344 .addSchemas(ContactPoint.SCHEMA, Person.getSchema(config)) in testPersonSchema_indexFirstMiddleAndLastNames()
394 .addSchemas(ContactPoint.SCHEMA, Person.getSchema(mConfigForTest)) in testPersonSchema_indexFullNameOnly()
DContactsIndexerUserInstanceTest.java792 .addSchemas(TestUtils.CONTACT_POINT_SCHEMA_WITH_APP_IDS_OPTIONAL, in testDeltaUpdate_notTriggered_afterCompatibleSchemaChange()
839 .addSchemas(TestUtils.CONTACT_POINT_SCHEMA_WITH_LABEL_REPEATED, in testDeltaUpdate_triggered_afterIncompatibleSchemaChange()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSetSchemaRequest.java354 public Builder addSchemas(@NonNull AppSearchSchema... schemas) { in addSchemas() method in SetSchemaRequest.Builder
357 return addSchemas(Arrays.asList(schemas)); in addSchemas()
367 public Builder addSchemas(@NonNull Collection<AppSearchSchema> schemas) { in addSchemas() method in SetSchemaRequest.Builder
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityToDocumentConverterTest.java64 .addSchemas(new AppSearchSchema.Builder("someSchema").build()) in testToGenericDocuments()
315 .addSchemas(new AppSearchSchema.Builder("someSchema").build()) in testToGenericDocumentAndBack()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppSearchHelperTest.java124 .addSchemas(COMPATIBLE_APP_SCHEMA) in testIndexApps_compatibleSchemaChange()
152 .addSchemas(INCOMPATIBLE_APP_SCHEMA) in testIndexApps_incompatibleSchemaChange()
DSyncAppSearchImplTest.java94 .addSchemas(new AppSearchSchema.Builder("schema1").build()) in testSynchronousMethods()
DAppsIndexerUserInstanceTest.java539 .addSchemas(TestUtils.COMPATIBLE_APP_SCHEMA) in testUpdate_triggered_afterCompatibleSchemaChange()
611 .addSchemas(TestUtils.INCOMPATIBLE_APP_SCHEMA) in testUpdate_triggered_afterIncompatibleSchemaChange()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppSearchHelper.java147 schemaBuilder.addSchemas(schemaVariant); in setSchemasForPackages()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DAppSearchHelper.java225 .addSchemas(ContactPoint.SCHEMA, Person.getSchema(mContactsIndexerConfig)) in setPersonSchemaAsync()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt669 …method @NonNull public android.app.appsearch.SetSchemaRequest.Builder addSchemas(@NonNull android.…
670 …method @NonNull public android.app.appsearch.SetSchemaRequest.Builder addSchemas(@NonNull java.uti…