Searched refs:sPackageEntryCompare (Results 1 – 1 of 1) sorted by relevance
163 Collections.sort(pkgEntries, mShowMax ? sMaxPackageEntryCompare : sPackageEntryCompare); in refreshUi()183 final static Comparator<ProcStatsPackageEntry> sPackageEntryCompare field in ProcessStatsUi