Searched refs:QUALIFIER_ON_INJECT_CONSTRUCTOR (Results 1 – 3 of 3) sorted by relevance
39 import static dagger.internal.codegen.ErrorMessages.QUALIFIER_ON_INJECT_CONSTRUCTOR;61 builder.addError(QUALIFIER_ON_INJECT_CONSTRUCTOR, constructorElement, qualifier); in validate()
74 static final String QUALIFIER_ON_INJECT_CONSTRUCTOR = field in ErrorMessages
39 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()