Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java572 Set<AppSearchSchema> oldSchemaTypes = oldSchema.getSchemas(); in doSetSchemaWithChangeNotificationLocked() local
573 Map<String, AppSearchSchema> oldSchemaNameToType = new ArrayMap<>(oldSchemaTypes.size()); in doSetSchemaWithChangeNotificationLocked()
577 new ArrayMap<>(oldSchemaTypes.size()); in doSetSchemaWithChangeNotificationLocked()
578 for (AppSearchSchema oldSchemaType : oldSchemaTypes) { in doSetSchemaWithChangeNotificationLocked()