Home
last modified time | relevance | path

Searched refs:SubcomponentWithoutRepeatedModule (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/repeat/
H A DRepeatedModuleTest.java45 SubcomponentWithoutRepeatedModule childComponent = in repeatedModuleHasSameStateInGrandchildSubcomponent()
70 SubcomponentWithoutRepeatedModule childComponent = in repeatedModuleBuilderThrowsInGrandchildSubcomponent()
H A DSubcomponentWithoutRepeatedModule.java22 interface SubcomponentWithoutRepeatedModule { interface
H A DParentComponent.java32 SubcomponentWithoutRepeatedModule newChildComponentWithoutRepeatedModule(); in newChildComponentWithoutRepeatedModule()
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/repeat/
H A DSubcomponentWithoutRepeatedModule.kt22 interface SubcomponentWithoutRepeatedModule { interface
H A DParentComponent.kt28 fun newChildComponentWithoutRepeatedModule(): SubcomponentWithoutRepeatedModule in state()