Searched refs:filteredApps (Results 1 – 1 of 1) sorted by relevance
996 ArrayList<AppEntry> filteredApps = new ArrayList<>(); in handleRebuildList() local1023 filteredApps.add(entry); in handleRebuildList()1035 Collections.sort(filteredApps, comparator); in handleRebuildList()1041 mLastAppList = filteredApps; in handleRebuildList()