Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java167 Collections.sort(list, mShortcutComparator); in refreshList()
175 private final Comparator<ShortcutInfo> mShortcutComparator = field in ShortcutListFragment
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java130 Collections.sort(list, mShortcutComparator); in refreshList()
134 private final Comparator<ShortcutInfo> mShortcutComparator = field in ShortcutPublisher