Package org.robolectric.shadows
Class ShadowContentProviderResult
java.lang.Object
org.robolectric.shadows.ShadowContentProviderResult
@Implements(android.content.ContentProviderResult.class)
public class ShadowContentProviderResult
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected void__constructor__(int count) protected void__constructor__(Uri uri) 
- 
Constructor Details- 
ShadowContentProviderResultpublic 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 
 
-