Package org.robolectric.shadows
Class ShadowContentProvider
- java.lang.Object
-
- org.robolectric.shadows.ShadowContentProvider
-
@Implements(android.content.ContentProvider.class) public class ShadowContentProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowContentProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getCallingPackage()
void
setCallingPackage(String callingPackage)
-
-
-
Method Detail
-
setCallingPackage
public void setCallingPackage(String callingPackage)
-
getCallingPackage
@Implementation(minSdk=19) protected String getCallingPackage()
-
-