Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java207 HashMap<Integer, Category> categories = new HashMap(); in initLocked() local
218 Category prev = categories.put(category.getCode(), category); in initLocked()
225 mCategories = Collections.unmodifiableMap(categories); in initLocked()