Searched defs:syncToNetwork (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentResolver.java68 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeContentResolver.java72 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { argument
/frameworks/base/core/java/android/content/
H A DContentService.java123 boolean observerWantsSelfNotifications, boolean syncToNetwork) {
126 + ", syncToNetwork " + syncToNetwork);
163 if (syncToNetwork) {
122 notifyChange(Uri uri, IContentObserver observer, boolean observerWantsSelfNotifications, boolean syncToNetwork) argument
H A DContentResolver.java846 * @param syncToNetwork If true, attempt to sync the change to the network.
848 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { argument
852 observer != null && observer.deliverSelfNotifications(), syncToNetwork);

Completed in 72 milliseconds