Home | History | Annotate | Download | only in content

Lines Matching refs:syncToNetwork

1597      * If syncToNetwork is true, this will attempt to schedule a local sync using the sync
1606 * @param syncToNetwork If true, attempt to sync the change to the network.
1609 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
1610 notifyChange(uri, observer, syncToNetwork, UserHandle.getCallingUserId());
1618 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork,
1623 observer != null && observer.deliverSelfNotifications(), syncToNetwork,