Searched refs:OtherSubcomponentWithRepeatedModule (Results 1 – 5 of 5) sorted by relevance
22 interface OtherSubcomponentWithRepeatedModule extends SubcomponentWithRepeatedModule { interface28 OtherSubcomponentWithRepeatedModule build(); in build()
23 OtherSubcomponentWithRepeatedModule.Builder newGrandchildBuilder(); in newGrandchildBuilder()
72 OtherSubcomponentWithRepeatedModule.Builder grandchildComponentBuilder = in repeatedModuleBuilderThrowsInGrandchildSubcomponent()
22 interface OtherSubcomponentWithRepeatedModule : SubcomponentWithRepeatedModule { interface26 fun build(): OtherSubcomponentWithRepeatedModule
23 fun newGrandchildBuilder(): OtherSubcomponentWithRepeatedModule.Builder