Searched refs:mShortcutTypeAndRankComparator (Results 1 – 1 of 1) sorted by relevance
427 Collections.sort(activityShortcuts, mShortcutTypeAndRankComparator); in pushDynamicShortcut()1329 Collections.sort(list, mShortcutTypeAndRankComparator); in pushOutExcessShortcuts()1360 final Comparator<ShortcutInfo> mShortcutTypeAndRankComparator = (ShortcutInfo a, field in ShortcutPackage