Searched refs:pkgList (Results 1 – 2 of 2) sorted by relevance
344 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection() local357 pkgList.add(psvc); in fillServicesSection()365 Collections.sort(pkgList, sServicePkgCompare); in fillServicesSection()366 for (int ip = 0; ip < pkgList.size(); ip++) { in fillServicesSection()367 ArrayList<ProcStatsEntry.Service> services = pkgList.get(ip).mServices; in fillServicesSection()