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.java190 private HashMap<CharSequence, String> mCachedSectionNames = new HashMap<>(); field in AlphabeticalAppsList
614 String sectionName = mCachedSectionNames.get(title); in getAndUpdateCachedSectionName()
617 mCachedSectionNames.put(title, sectionName); in getAndUpdateCachedSectionName()