Home
last modified time | relevance | path

Searched refs:MULTIPLE_INJECT_CONSTRUCTORS (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DInjectConstructorValidator.java36 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_INJECT_CONSTRUCTORS;
100 builder.addError(MULTIPLE_INJECT_CONSTRUCTORS, constructorElement); in validate()
DErrorMessages.java43 static final String MULTIPLE_INJECT_CONSTRUCTORS = field in ErrorMessages
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DInjectConstructorFactoryGeneratorTest.java34 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_INJECT_CONSTRUCTORS;
455 .withErrorContaining(MULTIPLE_INJECT_CONSTRUCTORS).in(file).onLine(6) in multipleInjectConstructors()
456 .and().withErrorContaining(MULTIPLE_INJECT_CONSTRUCTORS).in(file).onLine(8); in multipleInjectConstructors()