Searched refs:pipApps (Results 1 – 1 of 1) sorted by relevance
150 final ArrayList<Pair<ApplicationInfo, Integer>> pipApps = in onResume() local152 Collections.sort(pipApps, new AppComparator(mPackageManager)); in onResume()156 for (final Pair<ApplicationInfo, Integer> appData : pipApps) { in onResume()203 final ArrayList<Pair<ApplicationInfo, Integer>> pipApps = new ArrayList<>(); in collectPipApps() local215 pipApps.add(new Pair<>(packageInfo.applicationInfo, id)); in collectPipApps()219 return pipApps; in collectPipApps()