android.content
Class SyncResult
java.lang.Object
android.content.SyncResult
- All Implemented Interfaces:
- Parcelable
public final class SyncResult
- extends Object
- implements Parcelable
syncAlreadyInProgress
public final boolean syncAlreadyInProgress
tooManyDeletions
public boolean tooManyDeletions
tooManyRetries
public boolean tooManyRetries
databaseError
public boolean databaseError
fullSyncRequested
public boolean fullSyncRequested
partialSyncUnavailable
public boolean partialSyncUnavailable
moreRecordsToGet
public boolean moreRecordsToGet
delayUntil
public long delayUntil
stats
public final SyncStats stats
ALREADY_IN_PROGRESS
public static final SyncResult ALREADY_IN_PROGRESS
CREATOR
public static final Parcelable.Creator<SyncResult> CREATOR
SyncResult
public SyncResult()
hasHardError
public boolean hasHardError()
hasSoftError
public boolean hasSoftError()
hasError
public boolean hasError()
madeSomeProgress
public boolean madeSomeProgress()
clear
public void clear()
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel parcel,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
toString
public String toString()
- Overrides:
toString
in class Object
toDebugString
public String toDebugString()
Copyright © 2008-2010. All Rights Reserved.