Home
last modified time | relevance | path

Searched defs:refreshShortcut (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSource.java27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method
H A DAbstractGoogleSource.java52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method in AbstractGoogleSource
H A DGoogleSuggestClient.java143 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) { in refreshShortcut() method in GoogleSuggestClient