Searched refs:UNDEFINED_VARIABLE (Results 1 – 3 of 3) sorted by relevance
22 public static final String UNDEFINED_VARIABLE = field in ErrorMessages
68 Preconditions.checkNotNull(mUserDefinedType, ErrorMessages.UNDEFINED_VARIABLE, mName); in resolveType()
174 message = String.format(ErrorMessages.UNDEFINED_VARIABLE, "myVariable"); in testMultipleExceptionsInDifferentFiles()218 String.format(ErrorMessages.UNDEFINED_VARIABLE, "myVariable")); in testUndefinedVariable()