android.content
Class SyncResult

java.lang.Object
  extended by android.content.SyncResult
All Implemented Interfaces:
Parcelable

public final class SyncResult
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
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
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
SyncResult()
           
 
Method Summary
 void clear()
           
 int describeContents()
           
 boolean hasError()
           
 boolean hasHardError()
           
 boolean hasSoftError()
           
 boolean madeSomeProgress()
           
 String toDebugString()
           
 String toString()
           
 void writeToParcel(Parcel parcel, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SyncResult

public SyncResult()
Method Detail

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.