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.java354 boolean observerWantsSelfNotifications, int flags, in notifyChange() argument
390 mRootNode.collectObserversLocked(uri, 0, observer, observerWantsSelfNotifications, in notifyChange()
445 boolean observerWantsSelfNotifications, boolean syncToNetwork) { in notifyChange() argument
446 notifyChange(uri, observer, observerWantsSelfNotifications, in notifyChange()
1343 boolean observerWantsSelfNotifications, int flags, in collectMyObserversLocked() argument
1353 if (selfChange && !observerWantsSelfNotifications) { in collectMyObserversLocked()
1394 boolean observerWantsSelfNotifications, int flags, in collectObserversLocked() argument
1401 collectMyObserversLocked(true, observer, observerWantsSelfNotifications, in collectObserversLocked()
1408 collectMyObserversLocked(false, observer, observerWantsSelfNotifications, in collectObserversLocked()
1418 observerWantsSelfNotifications, flags, targetUserHandle, calls); in collectObserversLocked()
/frameworks/base/core/java/android/content/
DIContentService.aidl55 boolean observerWantsSelfNotifications, int flags, in notifyChange() argument