FileDocCategorySizeDatePackage
SyncResult.javaAPI DocAndroid 5.1 API1366Sat Mar 14 14:09:42 GMT 2015android.content

SyncResult

public final class SyncResult extends Object implements android.os.Parcelable

Fields Summary
public static final SyncResult
ALREADY_IN_PROGRESS
public static final android.os.Parcelable.Creator
CREATOR
public boolean
databaseError
public long
delayUntil
public boolean
fullSyncRequested
public boolean
moreRecordsToGet
public boolean
partialSyncUnavailable
public final android.content.SyncStats
stats
public final boolean
syncAlreadyInProgress
public boolean
tooManyDeletions
public boolean
tooManyRetries
Constructors Summary
public SyncResult()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclear()

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanhasError()

 throw new RuntimeException("Stub!"); 
public booleanhasHardError()

 throw new RuntimeException("Stub!"); 
public booleanhasSoftError()

 throw new RuntimeException("Stub!"); 
public booleanmadeSomeProgress()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoDebugString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");