Searched refs:PRIVATE_INJECT_FIELD (Results 1 – 3 of 3) sorted by relevance
28 import static dagger.internal.codegen.ErrorMessages.PRIVATE_INJECT_FIELD;59 builder.addItem(PRIVATE_INJECT_FIELD, privateMemberValidationKind, fieldElement); in validate()
78 static final String PRIVATE_INJECT_FIELD = field in ErrorMessages
37 import static dagger.internal.codegen.ErrorMessages.PRIVATE_INJECT_FIELD;534 .withErrorContaining(PRIVATE_INJECT_FIELD).in(file).onLine(6); in privateInjectFieldError()