Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DObserverManager.java392 Map<String, Set<String>> schemaChanges = observerInfo.mSchemaChanges; in dispatchAndClearPendingNotificationsLocked() local
394 if (schemaChanges.isEmpty() && documentChanges.isEmpty()) { in dispatchAndClearPendingNotificationsLocked()
407 if (!schemaChanges.isEmpty()) { in dispatchAndClearPendingNotificationsLocked()
408 for (Map.Entry<String, Set<String>> entry : schemaChanges.entrySet()) { in dispatchAndClearPendingNotificationsLocked()