Searched refs:observerWantsSelfNotifications (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 387 boolean observerWantsSelfNotifications, int flags, int userHandle, in notifyChange() argument 425 mRootNode.collectObserversLocked(uri, 0, observer, observerWantsSelfNotifications, in notifyChange() 480 boolean observerWantsSelfNotifications, boolean syncToNetwork) { in notifyChange() argument 481 notifyChange(uri, observer, observerWantsSelfNotifications, in notifyChange() 1501 boolean observerWantsSelfNotifications, int flags, in collectMyObserversLocked() argument 1511 if (selfChange && !observerWantsSelfNotifications) { in collectMyObserversLocked() 1552 boolean observerWantsSelfNotifications, int flags, in collectObserversLocked() argument 1559 collectMyObserversLocked(true, observer, observerWantsSelfNotifications, in collectObserversLocked() 1566 collectMyObserversLocked(false, observer, observerWantsSelfNotifications, in collectObserversLocked() 1576 observerWantsSelfNotifications, flags, targetUserHandle, calls); in collectObserversLocked()
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 55 boolean observerWantsSelfNotifications, int flags, in notifyChange() argument
|