Package org.robolectric.shadows
Class ShadowContentResolver.InsertStatement
- java.lang.Object
-
- org.robolectric.shadows.ShadowContentResolver.Statement
-
- org.robolectric.shadows.ShadowContentResolver.InsertStatement
-
- Enclosing class:
- ShadowContentResolver
public static class ShadowContentResolver.InsertStatement extends ShadowContentResolver.Statement
A statement used to insert content into aContentProvider.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.content.ContentValues[]getBulkContentValues()android.content.ContentValuesgetContentValues()-
Methods inherited from class org.robolectric.shadows.ShadowContentResolver.Statement
getContentProvider, getUri
-
-