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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-