Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java305 final static Comparator<PkgService> sServicePkgCompare = new Comparator<PkgService>() {
307 public int compare(PkgService lhs, PkgService rhs) {
317 static class PkgService { class in ProcessStatsDetail
323 final HashMap<String, PkgService> pkgServices = new HashMap<>(); in fillServicesSection()
324 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection()
327 PkgService psvc = null; in fillServicesSection()
335 psvc = new PkgService(); in fillServicesSection()