android.content.SyncContext
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Public Methods
public
void
setStatusText(String message)
Call to update the status text for this sync. This internally invokes
updateHeartbeat(), so it also takes the place of a call to that.
Parameters
message
| the current status message for this sync
|
public
void
updateHeartbeat()
Call to indicate that the SyncAdapter is making progress. E.g., if this SyncAdapter
downloads or sends records to/from the server, this may be called after each record
is downloaded or uploaded.