Home
last modified time | relevance | path

Searched refs:refreshShortcut (Results 1 – 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSource.java27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method
DAbstractGoogleSource.java52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method in AbstractGoogleSource
DGoogleSuggestionProvider.java85 return new SuggestionCursorBackedCursor(mSource.refreshShortcut(shortcutId, extraData)); in query()
DGoogleSuggestClient.java143 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) { in refreshShortcut() method in GoogleSuggestClient