Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DInjectConstructorValidator.java39 import static dagger.internal.codegen.ErrorMessages.QUALIFIER_ON_INJECT_CONSTRUCTOR;
61 builder.addError(QUALIFIER_ON_INJECT_CONSTRUCTOR, constructorElement, qualifier); in validate()
DErrorMessages.java74 static final String QUALIFIER_ON_INJECT_CONSTRUCTOR = field in ErrorMessages
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DInjectConstructorFactoryGeneratorTest.java39 import static dagger.internal.codegen.ErrorMessages.QUALIFIER_ON_INJECT_CONSTRUCTOR;
503 .withErrorContaining(QUALIFIER_ON_INJECT_CONSTRUCTOR).in(file).onLine(7) in injectConstructorWithQualifier()
504 .and().withErrorContaining(QUALIFIER_ON_INJECT_CONSTRUCTOR).in(file).onLine(8); in injectConstructorWithQualifier()