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

/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentResolver.java141 * @param syncToNetwork (Ignored) If true, attempt to sync the change to the network.
146 boolean syncToNetwork) {
144 notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentResolver.java101 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { argument
/frameworks/base/core/java/android/content/
H A DIContentService.aidl55 boolean observerWantsSelfNotifications, boolean syncToNetwork,
H A DContentResolver.java1651 * If syncToNetwork is true, this will attempt to schedule a local sync using the sync
1660 * @param syncToNetwork If true, attempt to sync the change to the network.
1664 boolean syncToNetwork) {
1669 syncToNetwork,
1678 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork, argument
1683 observer != null && observer.deliverSelfNotifications(), syncToNetwork,
1663 notifyChange(@onNull Uri uri, @Nullable ContentObserver observer, boolean syncToNetwork) argument
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java246 boolean observerWantsSelfNotifications, boolean syncToNetwork,
250 + " from observer " + observer + ", syncToNetwork " + syncToNetwork);
308 if (syncToNetwork) {
321 boolean observerWantsSelfNotifications, boolean syncToNetwork) {
322 notifyChange(uri, observer, observerWantsSelfNotifications, syncToNetwork,
245 notifyChange(Uri uri, IContentObserver observer, boolean observerWantsSelfNotifications, boolean syncToNetwork, int userHandle) argument
320 notifyChange(Uri uri, IContentObserver observer, boolean observerWantsSelfNotifications, boolean syncToNetwork) argument
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DCopyTest.java91 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { argument

Completed in 249 milliseconds