Home
last modified time | relevance | path

Searched refs:pkgList (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java344 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection() local
357 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcessStatsDetail.java344 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection() local
357 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()