Searched refs:categories (Results 1 – 1 of 1) sorted by relevance
207 HashMap<Integer, Category> categories = new HashMap(); in initLocked() local218 Category prev = categories.put(category.getCode(), category); in initLocked()225 mCategories = Collections.unmodifiableMap(categories); in initLocked()