Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java367 Injector childInjector1 = parentInjector.createChildInjector(new AbstractModule() { in testWeakKeySet_integration_multipleChildren() local
372 WeakReference<Injector> weakRef1 = new WeakReference<Injector>(childInjector1); in testWeakKeySet_integration_multipleChildren()
386 childInjector1 = null; in testWeakKeySet_integration_multipleChildren()
406 Injector childInjector1 = parentInjector.createChildInjector(new AbstractModule() { in testWeakKeySet_integration_multipleChildren_overlappingKeys() local
411 WeakReference<Injector> weakRef1 = new WeakReference<Injector>(childInjector1); in testWeakKeySet_integration_multipleChildren_overlappingKeys()
423 childInjector1 = null; in testWeakKeySet_integration_multipleChildren_overlappingKeys()