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