android.content
Class SyncStats
java.lang.Object
android.content.SyncStats
- All Implemented Interfaces:
- Parcelable
public class SyncStats
- extends Object
- implements Parcelable
|
Method Summary |
void |
clear()
|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshalled representation. |
String |
toString()
Returns a string containing a concise, human-readable description of the
receiver. |
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel. |
numAuthExceptions
public long numAuthExceptions
numIoExceptions
public long numIoExceptions
numParseExceptions
public long numParseExceptions
numConflictDetectedExceptions
public long numConflictDetectedExceptions
numInserts
public long numInserts
numUpdates
public long numUpdates
numDeletes
public long numDeletes
numEntries
public long numEntries
numSkippedEntries
public long numSkippedEntries
CREATOR
public static final Parcelable.Creator<SyncStats> CREATOR
SyncStats
public SyncStats()
SyncStats
public SyncStats(Parcel in)
toString
public String toString()
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Overrides:
toString in class Object
- Returns:
- String a printable representation for the receiver.
clear
public void clear()
describeContents
public int describeContents()
- Description copied from interface:
Parcelable
- Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
- Specified by:
describeContents in interface Parcelable
- Returns:
- a bitmask indicating the set of special object types marshalled
by the Parcelable.
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Description copied from interface:
Parcelable
- Flatten this object in to a Parcel.
- Specified by:
writeToParcel in interface Parcelable
- Parameters:
dest - The Parcel in which the object should be written.flags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
Please submit a feedback, bug or feature