Searched defs:PRODUCTION_COMPONENT (Results 1 - 1 of 1) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DComponentDescriptor.java77 PRODUCTION_COMPONENT(ProductionComponent.class, ProductionComponent.Builder.class, true); enum constant in enum:ComponentDescriptor.Kind
292 kind.equals(Kind.PRODUCTION_COMPONENT)
300 if (kind.equals(Kind.PRODUCTION_COMPONENT)) {
406 case PRODUCTION_COMPONENT:

Completed in 181 milliseconds