Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/repeat/
H A DRepeatedModuleTest.kt43 val childComponent = parentComponent.newChildComponentWithoutRepeatedModule() in repeatedModuleHasSameStateInGrandchildSubcomponent()
67 val childComponent = parentComponent.newChildComponentWithoutRepeatedModule() in repeatedModuleBuilderThrowsInGrandchildSubcomponent()
H A DParentComponent.kt28 fun newChildComponentWithoutRepeatedModule(): SubcomponentWithoutRepeatedModule in state() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/repeat/
H A DRepeatedModuleTest.java46 parentComponent.newChildComponentWithoutRepeatedModule(); in repeatedModuleHasSameStateInGrandchildSubcomponent()
71 parentComponent.newChildComponentWithoutRepeatedModule(); in repeatedModuleBuilderThrowsInGrandchildSubcomponent()
H A DParentComponent.java32 SubcomponentWithoutRepeatedModule newChildComponentWithoutRepeatedModule(); in newChildComponentWithoutRepeatedModule() method