Searched refs:PRODUCTION_COMPONENT (Results 1 – 4 of 4) sorted by relevance
77 PRODUCTION_COMPONENT(ProductionComponent.class, ProductionComponent.Builder.class, true); enumConstant292 kind.equals(Kind.PRODUCTION_COMPONENT)300 if (kind.equals(Kind.PRODUCTION_COMPONENT)) {406 case PRODUCTION_COMPONENT:
246 case PRODUCTION_COMPONENT: in builderMsgsFor()
68 import static dagger.internal.codegen.ComponentDescriptor.Kind.PRODUCTION_COMPONENT;202 componentDescriptor.kind().equals(PRODUCTION_COMPONENT)
124 new BuilderValidator(elements, types, ComponentDescriptor.Kind.PRODUCTION_COMPONENT); in initSteps()