HomeSort by relevance Sort by last modified time
    Searched refs:refreshShortcut (Results 1 - 13 of 13) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSource.java 27 SuggestionCursor refreshShortcut(String shortcutId, String extraData);
AbstractGoogleSource.java 51 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData);
GoogleSuggestionProvider.java 85 return new SuggestionCursorBackedCursor(mSource.refreshShortcut(shortcutId, extraData));
GoogleSuggestClient.java 144 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Source.java 158 SuggestionCursor refreshShortcut(String shortcutId, String extraData);
SourceShortcutRefresher.java 134 SuggestionCursor refreshed = mSource.refreshShortcut(mShortcutId, mExtraData);
SearchableSource.java 323 public SuggestionCursor refreshShortcut(String shortcutId, String extraData) {
ShortcutRepositoryImplLog.java 282 refreshShortcut(source, shortcutId, refreshed);
343 void refreshShortcut(Source source, final String shortcutId,
    [all...]