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.java220 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument
251 mRootNode.collectObserversLocked(uri, 0, observer, observerWantsSelfNotifications, in notifyChange()
293 boolean observerWantsSelfNotifications, boolean syncToNetwork) { in notifyChange() argument
294 notifyChange(uri, observer, observerWantsSelfNotifications, syncToNetwork, in notifyChange()
1074 boolean observerWantsSelfNotifications, int targetUserHandle, in collectMyObserversLocked() argument
1084 if (selfChange && !observerWantsSelfNotifications) { in collectMyObserversLocked()
1104 boolean observerWantsSelfNotifications, int targetUserHandle, in collectObserversLocked() argument
1110 collectMyObserversLocked(true, observer, observerWantsSelfNotifications, in collectObserversLocked()
1115 collectMyObserversLocked(false, observer, observerWantsSelfNotifications, in collectObserversLocked()
1125 observer, observerWantsSelfNotifications, targetUserHandle, calls); in collectObserversLocked()
/frameworks/base/core/java/android/content/
DIContentService.aidl55 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument