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