public final class SyncResult extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static SyncResult |
ALREADY_IN_PROGRESS |
static Parcelable.Creator<SyncResult> |
CREATOR |
boolean |
databaseError |
long |
delayUntil |
boolean |
fullSyncRequested |
boolean |
moreRecordsToGet |
boolean |
partialSyncUnavailable |
SyncStats |
stats |
boolean |
syncAlreadyInProgress |
boolean |
tooManyDeletions |
boolean |
tooManyRetries |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
SyncResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
describeContents() |
boolean |
hasError() |
boolean |
hasHardError() |
boolean |
hasSoftError() |
boolean |
madeSomeProgress() |
String |
toDebugString() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int flags) |
public final boolean syncAlreadyInProgress
public boolean tooManyDeletions
public boolean tooManyRetries
public boolean databaseError
public boolean fullSyncRequested
public boolean partialSyncUnavailable
public boolean moreRecordsToGet
public long delayUntil
public final SyncStats stats
public static final SyncResult ALREADY_IN_PROGRESS
public static final Parcelable.Creator<SyncResult> CREATOR
public boolean hasHardError()
public boolean hasSoftError()
public boolean hasError()
public boolean madeSomeProgress()
public void clear()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel parcel, int flags)
writeToParcel in interface Parcelablepublic String toDebugString()
Copyright © 2008-2013. All Rights Reserved.