Searched refs:refreshShortcut (Results 1 – 4 of 4) sorted by relevance
27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method
52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method in AbstractGoogleSource
85 return new SuggestionCursorBackedCursor(mSource.refreshShortcut(shortcutId, extraData)); in query()
143 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) { in refreshShortcut() method in GoogleSuggestClient