Lines Matching refs:shortcut
49 public void refresh(Suggestion shortcut, Listener listener) {
50 Source source = shortcut.getSuggestionSource();
54 String shortcutId = shortcut.getShortcutId();
57 Log.d(TAG, "Refreshing shortcut " + shortcutId + " '" +
58 shortcut.getSuggestionText1() + "'");
61 String extraData = shortcut.getSuggestionIntentExtraData();
69 * Returns true if the given shortcut requires refreshing.
86 * Indicate that the shortcut no longer requires refreshing.
102 * Cancel any pending shortcut refresh requests.
113 * Refreshes a shortcut with a source and reports the result to a
123 * @param source The source that should validate the shortcut.
124 * @param shortcutId The shortcut to be refreshed.