English | Site Directory

Android - An Open Handset Alliance Project

android.content
public class

android.content.MergeResult

java.lang.Object
android.content.MergeResult Parcelable

The result of the merge() call.

Summary

Constants

      Value  
Creator  CREATOR       

Fields

public      MergeStats  stats  Stats that describe what happened during the call to merge. 
public      IContentProvider  tempContentProvider  An interface to a temporary content provider that contains the result of updates that were sent to the server. 

Public Constructors

          MergeResult()

Public Methods

        void  writeToParcel(Parcel dest)
Methods inherited from class java.lang.Object
Methods inherited from interface android.os.Parcelable

Details

Constants

public static final Creator CREATOR

Fields

public MergeStats stats

Stats that describe what happened during the call to merge.

public IContentProvider 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 MergeResult()

Public Methods

public void writeToParcel(Parcel dest)

Build m5-rc15g - 14 May 2008 12:50