Reference:Android.content.MergeStats
From Triled Wiki
android.content
public class android.content.MergeStats
| java.lang.Object | ||
| android.content.MergeStats | Parcelable | |
Contents |
[edit] Summary
[edit] Constants
| Value | ||||
|---|---|---|---|---|
| Creator | CREATOR |
[edit] Fields
| public | long | numAuthExceptions | |||
| public | long | numConflictDetectedExceptions | |||
| public | long | numDeletes | |||
| public | long | numEntries | |||
| public | long | numInserts | |||
| public | long | numIoExceptions | |||
| public | long | numParseExceptions | |||
| public | long | numUpdates |
[edit] Public Constructors
| MergeStats () |
[edit] Public Methods
| void | clear () | ||||
| void | writeToParcel (Parcel dest) |
[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait[edit] Methods inherited from interface android.os.Parcelable
[edit] Details
[edit] Constants
[edit] public static final Creator CREATOR
[edit] Fields
[edit] public long numAuthExceptions
[edit] public long numConflictDetectedExceptions
[edit] public long numDeletes
[edit] public long numEntries
[edit] public long numInserts
[edit] public long numIoExceptions
[edit] public long numParseExceptions
[edit] public long numUpdates
[edit] Public Constructors
[edit] public MergeStats()
[edit] Public Methods
[edit] public void clear()
[edit] public void writeToParcel(Parcel dest)
[edit] References
- Original documentation page for Android SDK build m5-rc15e - 14 apr 2008 17:27
