Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java341 final HashMap<String, PkgService> pkgServices = new HashMap<>(); in fillServicesSection() local
351 psvc = pkgServices.get(pkg); in fillServicesSection()
354 pkgServices.put(pkg, psvc); in fillServicesSection()