Searched refs:servicePkgs (Results 1 – 1 of 1) sorted by relevance
238 ArrayList<ArrayList<ProcStatsEntry.Service>> servicePkgs in fillServicesSection() local244 servicePkgs.add(services); in fillServicesSection()250 Collections.sort(servicePkgs, sServicePkgCompare); in fillServicesSection()252 for (int ip=0; ip<servicePkgs.size(); ip++) { in fillServicesSection()253 ArrayList<ProcStatsEntry.Service> services = servicePkgs.get(ip); in fillServicesSection()