@Implements(value=android.content.ContentProviderOperation.class) public class ShadowContentProviderOperation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ASSERT |
static int |
TYPE_DELETE |
static int |
TYPE_INSERT |
static int |
TYPE_UPDATE |
Constructor and Description |
---|
ShadowContentProviderOperation() |
Modifier and Type | Method and Description |
---|---|
android.content.ContentValues |
getContentValues() |
java.lang.Integer |
getExpectedCount() |
java.lang.String |
getSelection() |
java.lang.String[] |
getSelectionArgs() |
java.util.Map<java.lang.Integer,java.lang.Integer> |
getSelectionArgsBackReferences() |
int |
getType() |
android.content.ContentValues |
getValuesBackReferences() |
public static final int TYPE_INSERT
public static final int TYPE_UPDATE
public static final int TYPE_DELETE
public static final int TYPE_ASSERT
@HiddenApi @Implementation public int getType()
public java.lang.String getSelection()
public java.lang.String[] getSelectionArgs()
public android.content.ContentValues getContentValues()
public java.lang.Integer getExpectedCount()
public android.content.ContentValues getValuesBackReferences()
public java.util.Map<java.lang.Integer,java.lang.Integer> getSelectionArgsBackReferences()