File
Doc
Category
Size
Date
Package
ContentProviderResult.java
API Doc
Android 5.1 API
819
Sat Mar 14 14:09:42 GMT 2015
android.content
ContentProviderResult
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source