Searched defs:SyncResult (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncResult.java28 public final class SyncResult implements Parcelable { class in inherits:Parcelable
94 * This instance of a SyncResult is returned by the SyncAdapter in response to a
98 public static final SyncResult ALREADY_IN_PROGRESS;
101 ALREADY_IN_PROGRESS = new SyncResult(true);
105 * Create a "clean" SyncResult. If this is returned without any changes then the
115 * {@link SyncResult#hasHardError()} and {@link SyncResult#hasSoftError()}. If both are
118 public SyncResult() { method in class:SyncResult
123 * Internal helper for creating a clean SyncResult or one that indicated that
127 private SyncResult(boolea method in class:SyncResult
138 private SyncResult(Parcel parcel) { method in class:SyncResult
[all...]

Completed in 57 milliseconds