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