Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSource.java27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method
DAbstractGoogleSource.java51 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method in AbstractGoogleSource
DGoogleSuggestClient.java144 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) { in refreshShortcut() method in GoogleSuggestClient
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSourceShortcutRefresherTest.java120 public SuggestionCursor refreshShortcut(String shortcutId, String extraData) { in refreshShortcut() method in SourceShortcutRefresherTest.MockRefreshSource
DMockSource.java185 public SuggestionCursor refreshShortcut(String shortcutId, String extraData) { in refreshShortcut() method in MockSource
DShortcutRepositoryTest.java807 protected void refreshShortcut(Source source, String shortcutId, SuggestionData suggestion) { in refreshShortcut() method in ShortcutRepositoryTest
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSource.java158 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method
DSearchableSource.java323 public SuggestionCursor refreshShortcut(String shortcutId, String extraData) { in refreshShortcut() method in SearchableSource
DShortcutRepositoryImplLog.java343 void refreshShortcut(Source source, final String shortcutId, in refreshShortcut() method in ShortcutRepositoryImplLog
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
DApplicationsProvider.java380 private Cursor refreshShortcut(String shortcutId, String[] projectionIn) { in refreshShortcut() method in ApplicationsProvider