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

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
WebPromoterTest.java 72 mSuggestions.setShortcuts(new ShortcutCursor(mShortcuts));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 138 public void setShortcuts(ShortcutCursor shortcuts) {
139 if (DBG) Log.d(TAG, "setShortcuts(" + shortcuts + ")");

Completed in 248 milliseconds