Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentResolver.java101 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() argument
/frameworks/base/test-runner/src/android/test/mock/
DMockContentResolver.java146 boolean syncToNetwork) { in notifyChange() argument
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java220 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/
DIContentService.aidl55 boolean observerWantsSelfNotifications, boolean syncToNetwork, in notifyChange() argument
DContentResolver.java1626 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()