/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/ |
D | AppSearchSessionInternalTest.java | 92 .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 …]
|
D | AppSearchSessionUnitTest.java | 70 .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/ |
D | AppSearchSessionInternalTestBase.java | 103 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 …]
|
D | InternalVisibilityConfigTest.java | 80 .addSchemas(new AppSearchSchema.Builder("testSchema").build()) in testToInternalVisibilityConfig()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | AppSearchHelperTest.java | 158 .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()
|
D | ContactsIndexerUserInstanceTest.java | 792 .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/ |
D | SetSchemaRequest.java | 354 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/ |
D | VisibilityToDocumentConverterTest.java | 64 .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/ |
D | AppSearchHelperTest.java | 124 .addSchemas(COMPATIBLE_APP_SCHEMA) in testIndexApps_compatibleSchemaChange() 152 .addSchemas(INCOMPATIBLE_APP_SCHEMA) in testIndexApps_incompatibleSchemaChange()
|
D | SyncAppSearchImplTest.java | 94 .addSchemas(new AppSearchSchema.Builder("schema1").build()) in testSynchronousMethods()
|
D | AppsIndexerUserInstanceTest.java | 539 .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/ |
D | AppSearchHelper.java | 147 schemaBuilder.addSchemas(schemaVariant); in setSchemasForPackages()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | AppSearchHelper.java | 225 .addSchemas(ContactPoint.SCHEMA, Person.getSchema(mContactsIndexerConfig)) in setPersonSchemaAsync()
|
/packages/modules/AppSearch/framework/api/ |
D | current.txt | 669 …method @NonNull public android.app.appsearch.SetSchemaRequest.Builder addSchemas(@NonNull android.… 670 …method @NonNull public android.app.appsearch.SetSchemaRequest.Builder addSchemas(@NonNull java.uti…
|