Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcessStatsDetail.java325 final static Comparator<PkgService> sServicePkgCompare = new Comparator<PkgService>() {
327 public int compare(PkgService lhs, PkgService rhs) {
337 static class PkgService { class in ProcessStatsDetail
343 final HashMap<String, PkgService> pkgServices = new HashMap<>(); in fillServicesSection()
344 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection()
347 PkgService psvc = null; in fillServicesSection()
355 psvc = new PkgService(); in fillServicesSection()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java325 final static Comparator<PkgService> sServicePkgCompare = new Comparator<PkgService>() {
327 public int compare(PkgService lhs, PkgService rhs) {
337 static class PkgService { class in ProcessStatsDetail
343 final HashMap<String, PkgService> pkgServices = new HashMap<>(); in fillServicesSection()
344 final ArrayList<PkgService> pkgList = new ArrayList<>(); in fillServicesSection()
347 PkgService psvc = null; in fillServicesSection()
355 psvc = new PkgService(); in fillServicesSection()