Home
last modified time | relevance | path

Searched refs:BindsCycleComponent (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/cycle/
DCycleTest.java22 import dagger.functional.cycle.Cycles.BindsCycleComponent;
100 BindsCycleComponent bindsCycleComponent = DaggerCycles_BindsCycleComponent.create(); in cycleWithDeferredBinds()
DCycles.java185 interface BindsCycleComponent { interface in Cycles