Searched refs:STATIC_INJECT_METHOD (Results 1 – 3 of 3) sorted by relevance
31 import static dagger.internal.codegen.ErrorMessages.STATIC_INJECT_METHOD;65 builder.addItem(STATIC_INJECT_METHOD, staticMemberValidationKind, methodElement); in validate()
88 static final String STATIC_INJECT_METHOD = field in ErrorMessages
41 import static dagger.internal.codegen.ErrorMessages.STATIC_INJECT_METHOD;654 .withErrorContaining(STATIC_INJECT_METHOD).in(file).onLine(6); in staticInjectMethodError()