Searched refs:observerWantsSelfNotifications (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 352 boolean observerWantsSelfNotifications, int flags, int userHandle, 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() 1388 boolean observerWantsSelfNotifications, int flags, in collectMyObserversLocked() argument 1398 if (selfChange && !observerWantsSelfNotifications) { in collectMyObserversLocked() 1439 boolean observerWantsSelfNotifications, int flags, in collectObserversLocked() argument 1446 collectMyObserversLocked(true, observer, observerWantsSelfNotifications, in collectObserversLocked() 1453 collectMyObserversLocked(false, observer, observerWantsSelfNotifications, in collectObserversLocked() 1463 observerWantsSelfNotifications, flags, targetUserHandle, calls); in collectObserversLocked()
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 55 boolean observerWantsSelfNotifications, int flags, in notifyChange() argument
|