Home
last modified time | relevance | path

Searched defs:repeatedModule (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/repeat/
H A DOtherSubcomponentWithRepeatedModule.java26 Builder repeatedModule(RepeatedModule repeatedModule); in repeatedModule() argument
H A DSubcomponentWithRepeatedModule.java34 Builder repeatedModule(RepeatedModule repeatedModule); in repeatedModule() argument
H A DParentComponent.java36 Builder repeatedModule(RepeatedModule repeatedModule); in repeatedModule() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/repeat/
H A DOtherSubcomponentWithRepeatedModule.kt25 fun repeatedModule(repeatedModule: RepeatedModule): Builder method
H A DSubcomponentWithRepeatedModule.kt30 fun repeatedModule(repeatedModule: RepeatedModule): Builder in state() method
H A DParentComponent.kt32 fun repeatedModule(repeatedModule: RepeatedModule): Builder in state() method
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DComponentHierarchyValidationTest.java160 Source repeatedModule = in producerModuleRepeated() local