FileDocCategorySizeDatePackage
SyncStats.javaAPI DocAndroid 5.1 API918Sat Mar 14 14:09:40 GMT 2015android.content

SyncStats.java

package android.content;
public class SyncStats
  implements android.os.Parcelable
{
public  SyncStats() { throw new RuntimeException("Stub!"); }
public  SyncStats(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  void clear() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.content.SyncStats> 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;
static { CREATOR = null; }
}