Package org.robolectric.shadows
Class ShadowContentUris
- java.lang.Object
-
- org.robolectric.shadows.ShadowContentUris
-
@Implements(android.content.ContentUris.class) public class ShadowContentUris extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowContentUris()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static long
parseId(Uri contentUri)
protected static Uri
withAppendedId(Uri contentUri, long id)
-
-
-
Method Detail
-
withAppendedId
@Implementation protected static Uri withAppendedId(Uri contentUri, long id)
-
parseId
@Implementation protected static long parseId(Uri contentUri)
-
-