Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java148 private HashMap<CharSequence, String> mCachedSectionNames = new HashMap<>(); field in AlphabeticalAppsList
442 String sectionName = mCachedSectionNames.get(title); in getAndUpdateCachedSectionName()
445 mCachedSectionNames.put(title, sectionName); in getAndUpdateCachedSectionName()