Searched refs:MULTIPLE_QUALIFIERS (Results 1 - 5 of 5) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DInjectFieldValidator.java27 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_QUALIFIERS;
69 builder.addError(MULTIPLE_QUALIFIERS, fieldElement, qualifier);
H A DInjectMethodValidator.java29 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_QUALIFIERS;
76 builder.addError(MULTIPLE_QUALIFIERS, methodElement, qualifier);
H A DInjectConstructorValidator.java37 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_QUALIFIERS;
68 builder.addError(MULTIPLE_QUALIFIERS, constructorElement, qualifier);
H A DErrorMessages.java55 static final String MULTIPLE_QUALIFIERS = field in class:ErrorMessages
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
H A DInjectConstructorFactoryGeneratorTest.java35 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_QUALIFIERS;
471 .withErrorContaining(MULTIPLE_QUALIFIERS).in(file).onLine(6);
593 .withErrorContaining(MULTIPLE_QUALIFIERS).in(file).onLine(6).atColumn(11)
594 .and().withErrorContaining(MULTIPLE_QUALIFIERS).in(file).onLine(6).atColumn(23);
700 .withErrorContaining(MULTIPLE_QUALIFIERS).in(file).onLine(6);

Completed in 106 milliseconds