Searched refs:categoryMap (Results 1 – 2 of 2) sorted by relevance
139 val categoryMap = mutableMapOf<Category, MutableList<Pair<String, UserHandle>>>() regex142 categoryMap[Category.ALLOWED] = mutableListOf()143 categoryMap[Category.ALLOWED_FOREGROUND] = mutableListOf()144 categoryMap[Category.ASK] = mutableListOf()145 categoryMap[Category.DENIED] = mutableListOf()149 value = categoryMap188 categoryMap[category]!!.add(packageUserPair)191 value = categoryMap
266 final HashMap<String, DashboardCategory> categoryMap = new HashMap<>(); in getCategories() local269 DashboardCategory category = categoryMap.get(categoryKey); in getCategories()277 categoryMap.put(categoryKey, category); in getCategories()281 final ArrayList<DashboardCategory> categories = new ArrayList<>(categoryMap.values()); in getCategories()