Home
last modified time | relevance | path

Searched refs:ShadowContextImpl (Results 1 – 7 of 7) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java42 @Implements(className = ShadowContextImpl.CLASS_NAME)
43 public class ShadowContextImpl { class
67 ShadowContextImpl.CLASS_NAME, in getSystemService()
312 ShadowContextImpl.CLASS_NAME, in startActivityAsUser()
346 ShadowContextImpl.class.getClassLoader(), "android.app.ContextImpl"); in reset()
354 ShadowContextImpl.class.getClassLoader(), in reset()
366 ShadowContextImpl.class.getClassLoader(), "android.app.ContextImpl$ServiceFetcher"); in reset()
DShadowContextWrapper.java122 ((ShadowContextImpl) Shadow.extract(realContextWrapper.getBaseContext())) in removeSystemService()
DShadowApplication.java299 ShadowContextImpl shadowContext = Shadow.extract(realApplication.getBaseContext()); in setSystemService()
DShadowApplicationPackageManager.java127 from(Class.forName(ShadowContextImpl.CLASS_NAME), contextImpl), in __constructor__()
143 from(Class.forName(ShadowContextImpl.CLASS_NAME), contextImpl), in __constructor__()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java58 import org.robolectric.shadows.ShadowContextImpl;
183 getClass().getClassLoader(), ShadowContextImpl.CLASS_NAME); in setUpApplicationState()
281 getClass().getClassLoader(), ShadowContextImpl.CLASS_NAME); in createInitialApplication()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DRobolectricTestUtilities.java51 import org.robolectric.shadows.ShadowContextImpl;
73 private final ShadowContextImpl shadowContext;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java37 private final ShadowContextImpl shadowContext = Shadow.extract(context.getBaseContext());