FileDocCategorySizeDatePackage
TempProviderSyncResult.javaAPI DocAndroid 1.5 API1238Wed May 06 22:41:54 BST 2009android.content

TempProviderSyncResult

public class TempProviderSyncResult extends Object
Used to hold data returned from a given phase of a TempProviderSync.
hide

Fields Summary
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.
Constructors Summary
public TempProviderSyncResult()

        tempContentProvider = null;
    
Methods Summary