Home
last modified time | relevance | path

Searched refs:systemContext (Results 1 – 5 of 5) sorted by relevance

/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java142 BundleContext systemContext = framework.getBundleContext(); in testGuiceWorksInOSGiContainer() local
146 systemContext.installBundle("reference:file:" + BUILD_TEST_DIR + "/aopalliance.jar"); in testGuiceWorksInOSGiContainer()
148 systemContext.installBundle("reference:file:" + BUILD_TEST_DIR + "/javax.inject.jar"); in testGuiceWorksInOSGiContainer()
149 systemContext.installBundle("reference:file:" + BUILD_TEST_DIR + "/guava.jar"); in testGuiceWorksInOSGiContainer()
150 systemContext.installBundle("reference:file:" + GUICE_JAR); in testGuiceWorksInOSGiContainer()
151 systemContext.installBundle("reference:file:" + BUILD_TEST_DIR + "/osgitests.jar").start(); in testGuiceWorksInOSGiContainer()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/
DRuntimeEnvironment.java18 public static Context systemContext; field in RuntimeEnvironment
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/
DParallelUniverseCreateApplicationTest.java75 shadowOf(application).callAttach(RuntimeEnvironment.systemContext); in shouldRegisterReceiversFromTheManifest()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java188 RuntimeEnvironment.systemContext = systemContextImpl; in setUpApplicationState()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java744 shadowOf(application).callAttach(RuntimeEnvironment.systemContext); in getProvider_shouldNotReturnAnyProviderWhenManifestIsNull()