OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyForDescendants
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/content/
ContentService.java
168
public void registerContentObserver(Uri uri, boolean
notifyForDescendants
,
190
mRootNode.addObserverLocked(uri, observer,
notifyForDescendants
, mRootNode,
193
" with
notifyForDescendants
" +
notifyForDescendants
);
197
public void registerContentObserver(Uri uri, boolean
notifyForDescendants
,
199
registerContentObserver(uri,
notifyForDescendants
, observer,
747
public final boolean
notifyForDescendants
;
758
notifyForDescendants
= n;
[
all
...]
/frameworks/base/core/java/android/content/
IContentService.aidl
43
void registerContentObserver(in Uri uri, boolean
notifyForDescendants
,
Completed in 48 milliseconds