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
Modifier and Type Method Description protected void
__constructor__(int count)
protected void
__constructor__(Uri uri)
-
Constructor Details
-
ShadowContentProviderResult
public ShadowContentProviderResult()
-
-
Method Details
-
__constructor__
@Implementation protected void __constructor__(Uri uri) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException -
__constructor__
@Implementation protected void __constructor__(int count) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException
-