Searched refs:filteredApps (Results 1 – 1 of 1) sorted by relevance
913 ArrayList<AppEntry> filteredApps = new ArrayList<>(); in handleRebuildList() local930 filteredApps.add(entry); in handleRebuildList()942 Collections.sort(filteredApps, comparator); in handleRebuildList()948 mLastAppList = filteredApps; in handleRebuildList()950 mRebuildResult = filteredApps; in handleRebuildList()