Searched defs:ShortcutCursor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutCursor.java30 public class ShortcutCursor extends ListSuggestionCursor { class in inherits:ListSuggestionCursor
33 private static final String TAG = "QSB.ShortcutCursor";
38 // they can be closed when ShortcutCursor is closed.
47 private ShortcutCursor(String query, SuggestionCursor shortcuts, Handler uiThread, method in class:ShortcutCursor
58 ShortcutCursor(String query, Handler uiThread, method in class:ShortcutCursor
64 ShortcutCursor(SuggestionCursor suggestions) { method in class:ShortcutCursor
68 public ShortcutCursor(SuggestionCursor suggestions, boolean allowWebSearchShortcuts, method in class:ShortcutCursor

Completed in 59 milliseconds