Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSource.kt47 @Override abstract override fun queryExternal(query: String?): SourceResult? in refreshShortcut() method
84 return emptyIfNull(queryExternal(query), query) in getSuggestionsExternal()
DGoogleSource.kt30 fun queryExternal(query: String?): SourceResult? method
DGoogleSuggestionProvider.kt76 SuggestionCursorBackedCursor(emptyIfNull(mSource!!.queryExternal(query), mSource, query)) in query()
DGoogleSuggestClient.kt65 override fun queryExternal(query: String?): SourceResult? { in queryExternal() method