Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DReusableTest.java33 ChildTwo childTwo = parent.childTwo(); in testReusable() local
38 assertThat(childTwo.reusableInParent()).isSameInstanceAs(reusableInParent); in testReusable()
43 Object reusableFromChildTwo = childTwo.reusableInChild(); in testReusable()
44 assertThat(childTwo.reusableInChild()).isSameInstanceAs(reusableFromChildTwo); in testReusable()
DComponentWithReusableBindings.java41 ChildTwo childTwo(); in childTwo() method
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java89 Injector childTwo = in testSharedProxyClasses() local
98 Interceptable nullFoosTwo = childTwo.getInstance(Interceptable.class); in testSharedProxyClasses()