Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java376 Injector childInjector2 = parentInjector.createChildInjector(new AbstractModule() { in testWeakKeySet_integration_multipleChildren() local
381 WeakReference<Injector> weakRef2 = new WeakReference<Injector>(childInjector2); in testWeakKeySet_integration_multipleChildren()
392 childInjector2 = null; in testWeakKeySet_integration_multipleChildren()
414 Injector childInjector2 = parentInjector.createChildInjector(new AbstractModule() { in testWeakKeySet_integration_multipleChildren_overlappingKeys() local
419 WeakReference<Injector> weakRef2 = new WeakReference<Injector>(childInjector2); in testWeakKeySet_integration_multipleChildren_overlappingKeys()
428 childInjector2 = null; in testWeakKeySet_integration_multipleChildren_overlappingKeys()