Searched refs:filteredApps (Results 1 – 1 of 1) sorted by relevance
542 ArrayList<AppEntry> filteredApps = new ArrayList<AppEntry>(); in handleRebuildList() local552 filteredApps.add(entry); in handleRebuildList()558 Collections.sort(filteredApps, comparator); in handleRebuildList()562 mLastAppList = filteredApps; in handleRebuildList()564 mRebuildResult = filteredApps; in handleRebuildList()