Home
last modified time | relevance | path

Searched defs:contributionType (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DContributionBinding.java83 ContributionType contributionType() { in contributionType() method in ContributionBinding
DProductionBinding.java80 ContributionType contributionType() { in contributionType() method in ProductionBinding
DSubcomponentWriter.java84 TypeElement contributionType) { in getOrCreateComponentContributionFieldSnippet()
DAbstractComponentWriter.java182 private Snippet getComponentContributionSnippet(TypeElement contributionType) { in getComponentContributionSnippet()
187 checkState(snippet.isPresent(), "no builder or component field for %s", contributionType); in getComponentContributionSnippet() local
197 TypeElement contributionType) { in getOrCreateComponentContributionFieldSnippet()