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.java391 boolean observerWantsSelfNotifications, int flags, int userHandle, in notifyChange() argument
429 mRootNode.collectObserversLocked(uri, 0, observer, observerWantsSelfNotifications, in notifyChange()
486 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument
488 notifyChange(uri, observer, observerWantsSelfNotifications, in notifyChange()
1554 boolean observerWantsSelfNotifications, int flags, in collectMyObserversLocked() argument
1564 if (selfChange && !observerWantsSelfNotifications) { in collectMyObserversLocked()
1605 boolean observerWantsSelfNotifications, int flags, in collectObserversLocked() argument
1612 collectMyObserversLocked(true, observer, observerWantsSelfNotifications, in collectObserversLocked()
1619 collectMyObserversLocked(false, observer, observerWantsSelfNotifications, in collectObserversLocked()
1629 observerWantsSelfNotifications, flags, targetUserHandle, calls); in collectObserversLocked()
/frameworks/base/core/java/android/content/
DIContentService.aidl55 boolean observerWantsSelfNotifications, int flags, in notifyChange() argument