Home
last modified time | relevance | path

Searched defs:childModuleWithState (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/javatests/dagger/functional/subcomponent/
DParentComponent.java31 ChildModuleWithState childModuleWithState); in newChildComponentRequiringModules()
DSubcomponentTest.java100 ChildModuleWithState childModuleWithState = new ChildModuleWithState(); in passedModules() local
/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/
DSubcomponentTest.kt70 val childModuleWithState: ChildModuleWithState = ChildModuleWithState() in passedModules() constant