Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DLegacyBindingGraphFactory.java89 private final ComponentDeclarations.Factory componentDeclarationsFactory; field in LegacyBindingGraphFactory
99 ComponentDeclarations.Factory componentDeclarationsFactory, in LegacyBindingGraphFactory() argument
106 this.componentDeclarationsFactory = componentDeclarationsFactory; in LegacyBindingGraphFactory()
326 componentDeclarationsFactory.create( in Resolver()
DBindingGraphFactory.java81 private final ComponentDeclarations.Factory componentDeclarationsFactory; field in BindingGraphFactory
91 ComponentDeclarations.Factory componentDeclarationsFactory, in BindingGraphFactory() argument
98 this.componentDeclarationsFactory = componentDeclarationsFactory; in BindingGraphFactory()
165 componentDeclarationsFactory.create( in Resolver()