android.content
Class TempProviderSyncResult
java.lang.Object
android.content.TempProviderSyncResult
public class TempProviderSyncResult
- extends Object
Used to hold data returned from a given phase of a TempProviderSync.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tempContentProvider
public SyncableContentProvider tempContentProvider
- An interface to a temporary content provider that contains
the result of updates that were sent to the server. This
provider must be merged into the permanent content provider.
This may be null, which indicates that there is nothing to
merge back into the content provider.
TempProviderSyncResult
public TempProviderSyncResult()
Please submit a feedback, bug or feature