Home
last modified time | relevance | path

Searched refs:getCategories (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DOptions.java79 TreeMap<Integer,Errors.Category> sorted = new TreeMap((new Errors()).getCategories()); in printHelp()
214 final Errors.Category category = mErrors.getCategories().get(code); in handleErrorCode()
DErrorReporter.java232 public Map<Integer, Category> getCategories() { in getCategories() method in ErrorReporter