Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DComponentWithReusableBindings.java41 ChildTwo childTwo(); in childTwo()
64 interface ChildTwo { interface
DReusableTest.java22 import dagger.functional.ComponentWithReusableBindings.ChildTwo;
33 ChildTwo childTwo = parent.childTwo(); in testReusable()