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

/frameworks/base/core/java/android/content/
H A DContentService.java151 public void registerContentObserver(Uri uri, boolean notifyForDescendants, argument
173 mRootNode.addObserverLocked(uri, observer, notifyForDescendants, mRootNode,
176 " with notifyForDescendants " + notifyForDescendants);
180 public void registerContentObserver(Uri uri, boolean notifyForDescendants, argument
182 registerContentObserver(uri, notifyForDescendants, observer,
610 public final boolean notifyForDescendants; field in class:ContentService.ObserverNode.ObserverEntry
621 notifyForDescendants = n;
711 boolean notifyForDescendants, Object observersLock,
713 addObserverLocked(uri, 0, observer, notifyForDescendants, observersLoc
710 addObserverLocked(Uri uri, IContentObserver observer, boolean notifyForDescendants, Object observersLock, int uid, int pid, int userHandle) argument
717 addObserverLocked(Uri uri, int index, IContentObserver observer, boolean notifyForDescendants, Object observersLock, int uid, int pid, int userHandle) argument
[all...]
H A DIContentService.aidl42 void registerContentObserver(in Uri uri, boolean notifyForDescendants,

Completed in 66 milliseconds