Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DReusableTest.java40 Object reusableFromChildOne = childOne.reusableInChild(); in testReusable()
41 assertThat(childOne.reusableInChild()).isSameInstanceAs(reusableFromChildOne); in testReusable()
43 Object reusableFromChildTwo = childTwo.reusableInChild(); in testReusable()
44 assertThat(childTwo.reusableInChild()).isSameInstanceAs(reusableFromChildTwo); in testReusable()
DComponentWithReusableBindings.java60 Object reusableInChild(); in reusableInChild() method
69 Object reusableInChild(); in reusableInChild() method