android.content
public
final
class
android.content.SyncResult
This class is used to store information about the result of a sync
Summary
Constants
Fields
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
SyncResult
ALREADY_IN_PROGRESS
Fields
public
boolean
databaseError
public
boolean
fullSyncRequested
public
boolean
partialSyncUnavailable
public
final
boolean
syncAlreadyInProgress
public
boolean
tooManyDeletions
public
boolean
tooManyRetries
Public Constructors
Public Methods
public
int
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
public
boolean
hasError()
public
boolean
hasHardError()
public
boolean
hasSoftError()
public
boolean
madeSomeProgress()
public
String
toString()
Returns a string containing a concise, human-readable description of the
receiver.
Returns
- String a printable representation for the receiver.
public
void
writeToParcel(Parcel parcel, int flags)
Flatten this object in to a Parcel.