Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/repeat/
H A DOtherSubcomponentWithRepeatedModule.java22 interface OtherSubcomponentWithRepeatedModule extends SubcomponentWithRepeatedModule { interface
28 OtherSubcomponentWithRepeatedModule build(); in build()
H A DSubcomponentWithoutRepeatedModule.java23 OtherSubcomponentWithRepeatedModule.Builder newGrandchildBuilder(); in newGrandchildBuilder()
H A DRepeatedModuleTest.java72 OtherSubcomponentWithRepeatedModule.Builder grandchildComponentBuilder = in repeatedModuleBuilderThrowsInGrandchildSubcomponent()
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/repeat/
H A DOtherSubcomponentWithRepeatedModule.kt22 interface OtherSubcomponentWithRepeatedModule : SubcomponentWithRepeatedModule { interface
26 fun build(): OtherSubcomponentWithRepeatedModule
H A DSubcomponentWithoutRepeatedModule.kt23 fun newGrandchildBuilder(): OtherSubcomponentWithRepeatedModule.Builder