OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mshortcutcomparator
(Results
1 - 2
of
2
) sorted by null
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
ShortcutListFragment.java
167
Collections.sort(list,
mShortcutComparator
);
175
private final Comparator<ShortcutInfo>
mShortcutComparator
=
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java
126
Collections.sort(list,
mShortcutComparator
);
130
private final Comparator<ShortcutInfo>
mShortcutComparator
=
Completed in 338 milliseconds