Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DContentService.java246 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument
279 mRootNode.collectObserversLocked(uri, 0, observer, observerWantsSelfNotifications, in notifyChange()
321 boolean observerWantsSelfNotifications, boolean syncToNetwork) { in notifyChange() argument
322 notifyChange(uri, observer, observerWantsSelfNotifications, syncToNetwork, in notifyChange()
1117 boolean observerWantsSelfNotifications, int targetUserHandle, in collectMyObserversLocked() argument
1127 if (selfChange && !observerWantsSelfNotifications) { in collectMyObserversLocked()
1147 boolean observerWantsSelfNotifications, int targetUserHandle, in collectObserversLocked() argument
1153 collectMyObserversLocked(true, observer, observerWantsSelfNotifications, in collectObserversLocked()
1158 collectMyObserversLocked(false, observer, observerWantsSelfNotifications, in collectObserversLocked()
1168 observer, observerWantsSelfNotifications, targetUserHandle, calls); in collectObserversLocked()
/frameworks/base/core/java/android/content/
DIContentService.aidl55 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument