HomeSort by relevance Sort by last modified time
    Searched defs:shortcuts (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SourceShortcutRefresherTest.java 73 ListSuggestionCursor shortcuts = new ListSuggestionCursor(mQuery, shortcut1); local
74 mRefresher.refresh(shortcuts, mListener);
84 ListSuggestionCursor shortcuts = new ListSuggestionCursor(mQuery, shortcut1); local
85 mRefresher.refresh(shortcuts, mListener);
95 ListSuggestionCursor shortcuts = new ListSuggestionCursor(mQuery, shortcut1); local
96 mRefresher.refresh(shortcuts, mListener);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProviderImpl.java 163 ShortcutCursor shortcuts = getShortcutsForQuery(query, singleCorpus); local
164 if (shortcuts != null) {
165 suggestions.setShortcuts(shortcuts);
ShortcutRepositoryImplLog.java 59 "SELECT " + Shortcuts.intent_key.fullName + " FROM " + Shortcuts.TABLE_NAME;
64 Shortcuts.shortcut_id.name() + "=? AND " + Shortcuts.source.name() + "=?";
118 Shortcuts.TABLE_NAME + " ON " + ClickLog.intent_key.fullName + " = " +
119 Shortcuts.intent_key.fullName;
124 Shortcuts.intent_key.fullName,
125 Shortcuts.source.fullName,
126 Shortcuts.source_version_code.fullName,
127 Shortcuts.format.fullName + AS + SearchManager.SUGGEST_COLUMN_FORMAT
253 ShortcutCursor shortcuts = getShortcutsForQuery(query, allowedCorpora, local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 110 static shortcut_t shortcuts[] = { member in namespace:android
237 const int numFilters = sizeof(shortcuts)/sizeof(shortcut_t);
239 if (c->state.needs.match(shortcuts[i].filter)) {
240 c->scanline = shortcuts[i].scanline;
241 c->init_y = shortcuts[i].init_y;
    [all...]

Completed in 212 milliseconds