Searched refs:provisionType (Results 1 - 3 of 3) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DContributionBinding.java84 switch (provisionType()) {
93 throw new AssertionError("Unknown provision type: " + provisionType());
183 abstract Provides.Type provisionType(); method in class:ContributionBinding
H A DFactoryGenerator.java104 TypeMirror keyType = binding.provisionType().equals(Type.MAP)
239 if (binding.provisionType().equals(SET)) {
H A DProductionBinding.java56 Provides.Type provisionType() { method in class:ProductionBinding

Completed in 223 milliseconds