Home
last modified time | relevance | path

Searched refs:existingTypes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/util/
DSchemaMigrationUtil.java56 Set<String> existingTypes = new ArraySet<>(existingSchemas.size()); in getActiveMigrators() local
58 existingTypes.add(schema.getSchemaType()); in getActiveMigrators()
66 if (existingTypes.contains(schemaType) in getActiveMigrators()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java156 List<SchemaTypeConfigProto> existingTypes = in testRewriteSchema_addType() local
277 existingTypes.addAll(expectedSchema.getTypesList()); in testRewriteSchema_addType()
278 assertThat(existingSchemaBuilder.getTypesList()).containsExactlyElementsIn(existingTypes); in testRewriteSchema_addType()