Home
last modified time | relevance | path

Searched refs:refreshShortcut (Results 1 – 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSource.kt24 fun refreshShortcut(shortcutId: String?, extraData: String?): SuggestionCursor? method
DAbstractGoogleSource.kt41 abstract override fun refreshShortcut(shortcutId: String?, extraData: String?): SuggestionCursor? in refreshShortcut() method
DGoogleSuggestionProvider.kt80 SuggestionCursorBackedCursor(mSource!!.refreshShortcut(shortcutId, extraData)) in query()
DGoogleSuggestClient.kt134 override fun refreshShortcut(shortcutId: String?, extraData: String?): SuggestionCursor? { in refreshShortcut() method