Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java40 private Map<Integer, Category> mCategories; field in ErrorReporter
206 if (mCategories == null) { in initLocked()
225 mCategories = Collections.unmodifiableMap(categories); in initLocked()
235 return mCategories; in getCategories()
245 if (mCategories.get(category.getCode()) != category) { in add()