Android
android.content
public class

android.content.TempProviderSyncResult

java.lang.Object
android.content.TempProviderSyncResult

Used to hold data returned from a given phase of a TempProviderSync.

Summary

Fields

public      SyncableContentProvider  tempContentProvider  An interface to a temporary content provider that contains the result of updates that were sent to the server. 

Public Constructors

            TempProviderSyncResult()
Methods inherited from class java.lang.Object

Details

Fields

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.

Public Constructors

public TempProviderSyncResult()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56