Searched refs:AppEntry (Results 1 – 1 of 1) sorted by relevance
84 public static class AppEntry { class in LoaderCustom85 public AppEntry(AppListLoader loader, ApplicationInfo info) { in AppEntry() method in LoaderCustom.AppEntry151 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {154 public int compare(AppEntry object1, AppEntry object2) {209 public static class AppListLoader extends AsyncTaskLoader<List<AppEntry>> {213 List<AppEntry> mApps;230 @Override public List<AppEntry> loadInBackground() { in loadInBackground()242 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); in loadInBackground()244 AppEntry entry = new AppEntry(this, apps.get(i)); in loadInBackground()261 @Override public void deliverResult(List<AppEntry> apps) { in deliverResult()[all …]