Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java640 Set<String> allSchemaNames = new ArraySet<>(oldSchemaNameToType.keySet()); in doSetSchemaWithChangeNotificationLocked() local
641 allSchemaNames.addAll(newSchemaNameToType.keySet()); in doSetSchemaWithChangeNotificationLocked()
644 for (String schemaName : allSchemaNames) { in doSetSchemaWithChangeNotificationLocked()