Searched refs:mPackageInfoList (Results 1 – 1 of 1) sorted by relevance
92 private final List<MyApplicationInfo> mPackageInfoList = new ArrayList<MyApplicationInfo>(); field in AppPicker.AppListAdapter142 mPackageInfoList.add(info); in AppListAdapter()144 Collections.sort(mPackageInfoList, sDisplayNameComparator); in AppListAdapter()147 mPackageInfoList.add(0, info); in AppListAdapter()148 addAll(mPackageInfoList); in AppListAdapter()