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.java324 final static Comparator<PkgService> sServicePkgCompare = new Comparator<PkgService>() {
326 public int compare(PkgService lhs, PkgService rhs) {
336 static class PkgService { class in ProcessStatsDetail
342 final HashMap<String, PkgService> pkgServices = new HashMap<>(); in fillServicesSection()
343 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection()
346 PkgService psvc = null; in fillServicesSection()
354 psvc = new PkgService(); in fillServicesSection()