Searched refs:syncToNetwork (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentResolver.java116 * @param syncToNetwork (Ignored) If true, attempt to sync the change to the network.
121 boolean syncToNetwork) {
119 notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentResolver.java86 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { argument
/frameworks/base/core/java/android/content/
H A DIContentService.aidl38 boolean observerWantsSelfNotifications, boolean syncToNetwork);
H A DContentService.java161 boolean observerWantsSelfNotifications, boolean syncToNetwork) {
164 + ", syncToNetwork " + syncToNetwork);
201 if (syncToNetwork) {
160 notifyChange(Uri uri, IContentObserver observer, boolean observerWantsSelfNotifications, boolean syncToNetwork) argument
H A DContentResolver.java1051 * @param syncToNetwork If true, attempt to sync the change to the network.
1053 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { argument
1057 observer != null && observer.deliverSelfNotifications(), syncToNetwork);

Completed in 84 milliseconds