Searched refs:ShadowContextImpl (Results 1 – 6 of 6) sorted by relevance
41 @Implements(className = ShadowContextImpl.CLASS_NAME)42 public class ShadowContextImpl { class66 ShadowContextImpl.CLASS_NAME, in getSystemService()283 ShadowContextImpl.class.getClassLoader(), "android.app.ContextImpl"); in reset()291 ShadowContextImpl.class.getClassLoader(), in reset()303 ShadowContextImpl.class.getClassLoader(), "android.app.ContextImpl$ServiceFetcher"); in reset()
122 ((ShadowContextImpl) Shadow.extract(realContextWrapper.getBaseContext())) in removeSystemService()
299 ShadowContextImpl shadowContext = Shadow.extract(realApplication.getBaseContext()); in setSystemService()
124 from(Class.forName(ShadowContextImpl.CLASS_NAME), contextImpl), in __constructor__()
58 import org.robolectric.shadows.ShadowContextImpl;174 getClass().getClassLoader(), ShadowContextImpl.CLASS_NAME); in setUpApplicationState()
36 private final ShadowContextImpl shadowContext = Shadow.extract(context.getBaseContext());