Searched refs:mPackageInfoList (Results 1 – 1 of 1) sorted by relevance
111 private final List<MyApplicationInfo> mPackageInfoList = new ArrayList<MyApplicationInfo>(); field in AppPicker.AppListAdapter166 mPackageInfoList.add(info); in AppListAdapter()168 Collections.sort(mPackageInfoList, sDisplayNameComparator); in AppListAdapter()172 mPackageInfoList.add(0, info); in AppListAdapter()174 addAll(mPackageInfoList); in AppListAdapter()