@Implements(android.content.ContentProviderOperation.class) public class ShadowContentProviderOperation extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
TYPE_ASSERT |
|
static int |
TYPE_DELETE |
|
static int |
TYPE_INSERT |
|
static int |
TYPE_UPDATE |
| Constructor | Description |
|---|---|
ShadowContentProviderOperation() |
| Modifier and Type | Method | Description |
|---|---|---|
ContentValues |
getContentValues() |
|
Integer |
getExpectedCount() |
|
String |
getSelection() |
|
String[] |
getSelectionArgs() |
|
Map<Integer,Integer> |
getSelectionArgsBackReferences() |
|
int |
getType() |
|
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 String getSelection()
public String[] getSelectionArgs()
public ContentValues getContentValues()
public Integer getExpectedCount()
public ContentValues getValuesBackReferences()