Searched refs:syncToNetwork (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContentResolver.java | 101 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() argument
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockContentResolver.java | 146 boolean syncToNetwork) { in notifyChange() argument
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 220 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument 224 + " from observer " + observer + ", syncToNetwork " + syncToNetwork); in notifyChange() 280 if (syncToNetwork) { in notifyChange() 293 boolean observerWantsSelfNotifications, boolean syncToNetwork) { in notifyChange() argument 294 notifyChange(uri, observer, observerWantsSelfNotifications, syncToNetwork, in notifyChange()
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 55 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument
|
D | ContentResolver.java | 1626 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() argument 1627 notifyChange(uri, observer, syncToNetwork, UserHandle.myUserId()); in notifyChange() 1635 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork, in notifyChange() argument 1640 observer != null && observer.deliverSelfNotifications(), syncToNetwork, in notifyChange()
|