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.java344 boolean observerWantsSelfNotifications, int flags, in notifyChange() argument
373 mRootNode.collectObserversLocked(uri, 0, observer, observerWantsSelfNotifications, in notifyChange()
428 boolean observerWantsSelfNotifications, boolean syncToNetwork) { in notifyChange() argument
429 notifyChange(uri, observer, observerWantsSelfNotifications, in notifyChange()
1354 boolean observerWantsSelfNotifications, int flags, in collectMyObserversLocked() argument
1364 if (selfChange && !observerWantsSelfNotifications) { in collectMyObserversLocked()
1405 boolean observerWantsSelfNotifications, int flags, in collectObserversLocked() argument
1412 collectMyObserversLocked(true, observer, observerWantsSelfNotifications, in collectObserversLocked()
1419 collectMyObserversLocked(false, observer, observerWantsSelfNotifications, in collectObserversLocked()
1429 observerWantsSelfNotifications, flags, targetUserHandle, calls); in collectObserversLocked()
/frameworks/base/core/java/android/content/
DIContentService.aidl55 boolean observerWantsSelfNotifications, int flags, in notifyChange() argument