Home
last modified time | relevance | path

Searched refs:newGrandchildComponent (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/javatests/dagger/functional/subcomponent/
DSubcomponentTest.java60 childComponent.newGrandchildComponent().requiresSingleton().singletonType()); in scopePropagatesUpward_class()
70 .newGrandchildComponent() in scopePropagatesUpward_provides()
82 childComponent.newGrandchildComponent().objectSet(); in multibindingContributions()
95 .isSameInstanceAs(childComponent.newGrandchildComponent().getUnscopedTypeProvider()); in unscopedProviders()
115 assertThat(childComponent.newGrandchildComponent().needsAnInterface()).isNotNull(); in dependenceisInASubcomponent()
DChildComponent.java31 GrandchildComponent newGrandchildComponent(); in newGrandchildComponent() method
/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentWithBoundExecutorTest.java80 GrandchildComponentWithoutBuilder grandchild = child.newGrandchildComponent(); in topLevelComponent_grandchildWithoutBuilder()
106 GrandchildComponentWithoutBuilder grandchild = child.newGrandchildComponent(); in topLevelProductionComponent_grandchildWithoutBuilder()
DSubcomponentsWithBoundExecutor.java128 GrandchildComponentWithoutBuilder newGrandchildComponent(); in newGrandchildComponent() method