Searched refs:notifyForDescendants (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java185 public void registerContentObserver(Uri uri, boolean notifyForDescendants, argument
213 mRootNode.addObserverLocked(uri, observer, notifyForDescendants, mRootNode,
216 " with notifyForDescendants " + notifyForDescendants);
220 public void registerContentObserver(Uri uri, boolean notifyForDescendants, argument
222 registerContentObserver(uri, notifyForDescendants, observer,
948 public final boolean notifyForDescendants; field in class:ContentService.ObserverNode.ObserverEntry
959 notifyForDescendants = n;
1049 boolean notifyForDescendants, Object observersLock,
1051 addObserverLocked(uri, 0, observer, notifyForDescendants, observersLoc
1048 addObserverLocked(Uri uri, IContentObserver observer, boolean notifyForDescendants, Object observersLock, int uid, int pid, int userHandle) argument
1055 addObserverLocked(Uri uri, int index, IContentObserver observer, boolean notifyForDescendants, Object observersLock, int uid, int pid, int userHandle) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIContentService.aidl44 void registerContentObserver(in Uri uri, boolean notifyForDescendants,

Completed in 33 milliseconds