Searched defs:refreshShortcut (Results 1 – 10 of 10) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | GoogleSource.java | 27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method
|
D | AbstractGoogleSource.java | 51 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method in AbstractGoogleSource
|
D | GoogleSuggestClient.java | 144 public SuggestionCursor refreshShortcut(String shortcutId, String oldExtraData) { in refreshShortcut() method in GoogleSuggestClient
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | SourceShortcutRefresherTest.java | 120 public SuggestionCursor refreshShortcut(String shortcutId, String extraData) { in refreshShortcut() method in SourceShortcutRefresherTest.MockRefreshSource
|
D | MockSource.java | 185 public SuggestionCursor refreshShortcut(String shortcutId, String extraData) { in refreshShortcut() method in MockSource
|
D | ShortcutRepositoryTest.java | 807 protected void refreshShortcut(Source source, String shortcutId, SuggestionData suggestion) { in refreshShortcut() method in ShortcutRepositoryTest
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | Source.java | 158 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut() method
|
D | SearchableSource.java | 323 public SuggestionCursor refreshShortcut(String shortcutId, String extraData) { in refreshShortcut() method in SearchableSource
|
D | ShortcutRepositoryImplLog.java | 343 void refreshShortcut(Source source, final String shortcutId, in refreshShortcut() method in ShortcutRepositoryImplLog
|
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
D | ApplicationsProvider.java | 380 private Cursor refreshShortcut(String shortcutId, String[] projectionIn) { in refreshShortcut() method in ApplicationsProvider
|