HomeSort by relevance Sort by last modified time
    Searched refs:notifyForDescendants (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/content/
ContentService.java 160 public void registerContentObserver(Uri uri, boolean notifyForDescendants,
182 mRootNode.addObserverLocked(uri, observer, notifyForDescendants, mRootNode,
185 " with notifyForDescendants " + notifyForDescendants);
189 public void registerContentObserver(Uri uri, boolean notifyForDescendants,
191 registerContentObserver(uri, notifyForDescendants, observer,
627 public final boolean notifyForDescendants;
638 notifyForDescendants = n;
728 boolean notifyForDescendants, Object observersLock,
730 addObserverLocked(uri, 0, observer, notifyForDescendants, observersLock
    [all...]
  /frameworks/base/core/java/android/content/
IContentService.aidl 42 void registerContentObserver(in Uri uri, boolean notifyForDescendants,

Completed in 653 milliseconds