Home
last modified time | relevance | path

Searched refs:WARNING_UNKNOWN_COMMAND_LINE_ERROR (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DErrors.java42 public final Category WARNING_UNKNOWN_COMMAND_LINE_ERROR = new Category(2, true, Level.HIDDEN, field in Errors
DOptions.java216 mErrors.WARNING_UNKNOWN_COMMAND_LINE_ERROR.add("Unknown error code: " + code); in handleErrorCode()
/build/make/tools/product_config/test/com/android/build/config/
DOptionsTest.java84 TestErrors.assertHasEntry(errors.WARNING_UNKNOWN_COMMAND_LINE_ERROR, errors); in testErrorInvalidError()