Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DTileUtils.java235 final String categoryKey = tile.getCategory(); in getCategories() local
236 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() local
282 && categoryKey == null) { in getTilesForAction()
288 categoryKey = metaData.getString(EXTRA_CATEGORY_KEY); in getTilesForAction()
294 tile = new Tile(activityInfo, categoryKey); in getTilesForAction()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp29 SkiaMemoryTracer::SkiaMemoryTracer(const char* categoryKey, bool itemizeType) in SkiaMemoryTracer() argument
30 : mCategoryKey(categoryKey) in SkiaMemoryTracer()
DSkiaMemoryTracer.h34 SkiaMemoryTracer(const char* categoryKey, bool itemizeType);