Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java515 Collections.sort(appShortcuts, mShortcutTypeRankAndTimeComparator); in ensureShortcutCountBeforePush()
1411 final Comparator<ShortcutInfo> mShortcutTypeRankAndTimeComparator = (ShortcutInfo a, field in ShortcutPackage