Removed Methods
|
Context getContext()
|
Retrieve the Context this adapter is running in. |
SyncData getServerDiffs(SyncContext, ContentProvider, Uri, Map)
|
Get diffs from the server since the last completed sync and put them
into a temporary provider. |
boolean isReadOnly()
|
Implement this to return true if the data in your content provider
is read only. |
SyncData readSyncData(ContentProvider )
|
Reads the sync data from the ContentProvider
|
MergeResult sendClientDiffs(SyncContext, ContentProvider)
|
Send client diffs to the server, optionally receiving more diffs from the server
|
void setContext(Context )
|
|
void syncCancelled()
|
Indicate to the SyncAdapter that the last sync that was started has
been cancelled. |
void syncEnding(SyncContext, boolean)
|
Called right after a sync is completed
|
boolean syncStarting(SyncContext, String)
|
Called right before a sync is started. |