Searched refs:systemContext (Results 1 – 5 of 5) sorted by relevance
142 BundleContext systemContext = framework.getBundleContext(); in testGuiceWorksInOSGiContainer() local146 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()
18 public static Context systemContext; field in RuntimeEnvironment
75 shadowOf(application).callAttach(RuntimeEnvironment.systemContext); in shouldRegisterReceiversFromTheManifest()
188 RuntimeEnvironment.systemContext = systemContextImpl; in setUpApplicationState()
744 shadowOf(application).callAttach(RuntimeEnvironment.systemContext); in getProvider_shouldNotReturnAnyProviderWhenManifestIsNull()