FileDocCategorySizeDatePackage
ContentProviderResult.javaAPI DocAndroid 5.1 API819Sat Mar 14 14:09:42 GMT 2015android.content

ContentProviderResult

public class ContentProviderResult extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public final Integer
count
public final android.net.Uri
uri
Constructors Summary
public ContentProviderResult(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public ContentProviderResult(int count)

 throw new RuntimeException("Stub!"); 
public ContentProviderResult(android.os.Parcel source)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");