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