Searched refs:addAppsWithSections (Results 1 – 1 of 1) sorted by relevance
293 position = addAppsWithSections(mApps, position); in updateAdapterItems()382 position = addAppsWithSections(split.get(true), position); in addPrivateSpaceApps()388 position = addAppsWithSections(split.get(false), position); in addPrivateSpaceApps()393 private int addAppsWithSections(List<AppInfo> appList, int startPosition) { in addAppsWithSections() method in AlphabeticalAppsList