File
Doc
Category
Size
Date
Package
SyncStats.java
API Doc
Android 5.1 API
918
Sat Mar 14 14:09:40 GMT 2015
android.content
SyncStats
java.lang.Object
public class SyncStats extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public long
numAuthExceptions
public long
numConflictDetectedExceptions
public long
numDeletes
public long
numEntries
public long
numInserts
public long
numIoExceptions
public long
numParseExceptions
public long
numSkippedEntries
public long
numUpdates
Constructors Summary
public SyncStats
()
throw new RuntimeException("Stub!");
public SyncStats
(
android.os.Parcel
in)
throw new RuntimeException("Stub!");
Methods Summary
public void
clear
()
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source