Package org.robolectric.shadows
Class ShadowContentProviderResult
- java.lang.Object
-
- org.robolectric.shadows.ShadowContentProviderResult
-
@Implements(android.content.ContentProviderResult.class) public class ShadowContentProviderResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowContentProviderResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
__constructor__(int count)
protected void
__constructor__(Uri uri)
-
-
-
Method Detail
-
__constructor__
@Implementation protected void __constructor__(Uri uri) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException
-
__constructor__
@Implementation protected void __constructor__(int count) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException
-
-