Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java573 Map<String, AppSearchSchema> oldSchemaNameToType = new ArrayMap<>(oldSchemaTypes.size()); in doSetSchemaWithChangeNotificationLocked() local
580 oldSchemaNameToType.put(oldSchemaName, oldSchemaType); in doSetSchemaWithChangeNotificationLocked()
640 Set<String> allSchemaNames = new ArraySet<>(oldSchemaNameToType.keySet()); in doSetSchemaWithChangeNotificationLocked()
645 final AppSearchSchema contentBefore = oldSchemaNameToType.get(schemaName); in doSetSchemaWithChangeNotificationLocked()