Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentWithBoundExecutorTest.java24 …functional.producers.subcomponent.SubcomponentsWithBoundExecutor.GrandchildComponentWithoutBuilder;
80 GrandchildComponentWithoutBuilder grandchild = child.newGrandchildComponent(); in topLevelComponent_grandchildWithoutBuilder()
106 GrandchildComponentWithoutBuilder grandchild = child.newGrandchildComponent(); in topLevelProductionComponent_grandchildWithoutBuilder()
DSubcomponentsWithBoundExecutor.java128 GrandchildComponentWithoutBuilder newGrandchildComponent(); in newGrandchildComponent()
170 interface GrandchildComponentWithoutBuilder { interface in SubcomponentsWithBoundExecutor