Searched refs:pkgList (Results 1 – 3 of 3) sorted by relevance
133 String[] pkgList = null; in onReceive() local137 pkgList = intent.getStringArrayExtra(Intent.EXTRA_CHANGED_PACKAGE_LIST); in onReceive()140 pkgList = new String[] { packageName }; in onReceive()142 if (pkgList != null) { in onReceive()143 for (String packageName : pkgList) { in onReceive()
342 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection() local355 pkgList.add(psvc); in fillServicesSection()363 Collections.sort(pkgList, sServicePkgCompare); in fillServicesSection()364 for (int ip = 0; ip < pkgList.size(); ip++) { in fillServicesSection()365 ArrayList<ProcStatsEntry.Service> services = pkgList.get(ip).mServices; in fillServicesSection()
188 rapInfo.pkgList[0], 0); in isSystemApp()