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