File
Doc
Category
Size
Date
Package
ContentProviderOperation.java
API Doc
Android 5.1 API
3415
Sat Mar 14 14:09:44 GMT 2015
android.content
ContentProviderOperation
java.lang.Object
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.ContentProviderResult
apply
(
android.content.ContentProvider
provider,
android.content.ContentProviderResult[]
backRefs,
int
numBackRefs)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
android.net.Uri
getUri
()
throw new RuntimeException("Stub!");
public
boolean
isReadOperation
()
throw new RuntimeException("Stub!");
public
boolean
isWriteOperation
()
throw new RuntimeException("Stub!");
public
boolean
isYieldAllowed
()
throw new RuntimeException("Stub!");
public static
android.content.ContentProviderOperation$Builder
newAssertQuery
(
android.net.Uri
uri)
throw new RuntimeException("Stub!");
public static
android.content.ContentProviderOperation$Builder
newDelete
(
android.net.Uri
uri)
throw new RuntimeException("Stub!");
public static
android.content.ContentProviderOperation$Builder
newInsert
(
android.net.Uri
uri)
throw new RuntimeException("Stub!");
public static
android.content.ContentProviderOperation$Builder
newUpdate
(
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.ContentValues
resolveValueBackReferences
(
android.content.ContentProviderResult[]
backRefs,
int
numBackRefs)
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