Home
last modified time | relevance | path

Searched defs:selfCycleComponent (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/kotlinsrc/cycle/
DCycleTest.kt28 val selfCycleComponent = DaggerCycles_SelfCycleComponent.create() in providerIndirectionSelfCycle() constant
45 val selfCycleComponent = DaggerCycles_SelfCycleComponent.create() in lazyIndirectionSelfCycle() constant
/external/dagger2/javatests/dagger/functional/cycle/
DCycleTest.java37 SelfCycleComponent selfCycleComponent = DaggerCycles_SelfCycleComponent.create(); in providerIndirectionSelfCycle() local
54 SelfCycleComponent selfCycleComponent = DaggerCycles_SelfCycleComponent.create(); in lazyIndirectionSelfCycle() local