Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentWithBoundExecutorTest.java72 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parent"); in topLevelComponent_grandchild()
81 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parent"); in topLevelComponent_grandchildWithoutBuilder()
98 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parentproduction"); in topLevelProductionComponent_grandchild()
107 assertThat(grandchild.fromGrandchild().get()).isEqualTo("grandchild:child:parentproduction"); in topLevelProductionComponent_grandchildWithoutBuilder()
DSubcomponentsWithBoundExecutor.java161 ListenableFuture<String> fromGrandchild(); in fromGrandchild() method
172 ListenableFuture<String> fromGrandchild(); in fromGrandchild() method