Searched refs:mCachedSectionNames (Results 1 – 1 of 1) sorted by relevance
148 private HashMap<CharSequence, String> mCachedSectionNames = new HashMap<>(); field in AlphabeticalAppsList442 String sectionName = mCachedSectionNames.get(title); in getAndUpdateCachedSectionName()445 mCachedSectionNames.put(title, sectionName); in getAndUpdateCachedSectionName()