Searched refs:mCategories (Results 1 – 1 of 1) sorted by relevance
40 private Map<Integer, Category> mCategories; field in ErrorReporter206 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()