android.content.TrivialSyncData
An implementation of SyncData that contains nothing but is suitable for use
by implementations of SyncAdapter that don't need their own specialization
of SyncData.
Summary
Constants
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
Creator
CREATOR
Public Constructors
Public Methods
public
boolean
hasMoreDataToFetch()
This version of SyncData never has more data to get.
Returns
- whether or not more data is waiting to be downloaded
public
void
writeToParcel(Parcel dest)
Since this version doesn't contain any data there is nothing to write
Parameters
| dest
| the Parcel to write the data into
|