FileDocCategorySizeDatePackage
ContentProviderOperation.javaAPI DocAndroid 5.1 API3415Sat Mar 14 14:09:44 GMT 2015android.content

ContentProviderOperation

public class ContentProviderOperation extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
ContentProviderOperation()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.content.ContentProviderResultapply(android.content.ContentProvider provider, android.content.ContentProviderResult[] backRefs, int numBackRefs)

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

 throw new RuntimeException("Stub!"); 
public android.net.UrigetUri()

 throw new RuntimeException("Stub!"); 
public booleanisReadOperation()

 throw new RuntimeException("Stub!"); 
public booleanisWriteOperation()

 throw new RuntimeException("Stub!"); 
public booleanisYieldAllowed()

 throw new RuntimeException("Stub!"); 
public static android.content.ContentProviderOperation$BuildernewAssertQuery(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public static android.content.ContentProviderOperation$BuildernewDelete(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public static android.content.ContentProviderOperation$BuildernewInsert(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public static android.content.ContentProviderOperation$BuildernewUpdate(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public java.lang.String[]resolveSelectionArgsBackReferences(android.content.ContentProviderResult[] backRefs, int numBackRefs)

 throw new RuntimeException("Stub!"); 
public android.content.ContentValuesresolveValueBackReferences(android.content.ContentProviderResult[] backRefs, int numBackRefs)

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

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

 throw new RuntimeException("Stub!");