Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DObserverManager.java56 private static final class DocumentChangeGroupKey { class in ObserverManager
62 DocumentChangeGroupKey( in DocumentChangeGroupKey() method in ObserverManager.DocumentChangeGroupKey
78 if (!(o instanceof DocumentChangeGroupKey)) { in equals()
81 DocumentChangeGroupKey that = (DocumentChangeGroupKey) o; in equals()
102 volatile Map<DocumentChangeGroupKey, Set<String>> mDocumentChanges = new ArrayMap<>();
216 DocumentChangeGroupKey key = null; in onDocumentChange()
232 new DocumentChangeGroupKey( in onDocumentChange()
393 Map<DocumentChangeGroupKey, Set<String>> documentChanges = observerInfo.mDocumentChanges; in dispatchAndClearPendingNotificationsLocked()
428 for (Map.Entry<DocumentChangeGroupKey, Set<String>> entry : in dispatchAndClearPendingNotificationsLocked()