Searched refs:categoryKey (Results 1 – 3 of 3) sorted by relevance
235 final String categoryKey = tile.getCategory(); in getCategories() local236 DashboardCategory category = categoryMap.get(categoryKey); in getCategories()238 category = new DashboardCategory(categoryKey); in getCategories()241 Log.w(LOG_TAG, "Couldn't find category " + categoryKey); in getCategories()244 categoryMap.put(categoryKey, category); in getCategories()278 String categoryKey = defaultCategory; in getTilesForAction() local282 && categoryKey == null) { in getTilesForAction()288 categoryKey = metaData.getString(EXTRA_CATEGORY_KEY); in getTilesForAction()294 tile = new Tile(activityInfo, categoryKey); in getTilesForAction()
29 SkiaMemoryTracer::SkiaMemoryTracer(const char* categoryKey, bool itemizeType) in SkiaMemoryTracer() argument30 : mCategoryKey(categoryKey) in SkiaMemoryTracer()
34 SkiaMemoryTracer(const char* categoryKey, bool itemizeType);