Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java360 String sectionName = getAndUpdateCachedSectionName(info.title); in onAppsUpdated()
383 getAndUpdateCachedSectionName(info.title); in onAppsUpdated()
465 String sectionName = getAndUpdateCachedSectionName(info.title); in updateAdapterItems()
643 private String getAndUpdateCachedSectionName(CharSequence title) { in getAndUpdateCachedSectionName() method in AlphabeticalAppsList