Home
last modified time | relevance | path

Searched refs:mSuggestionFormatter (Results 1 – 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DWebSearchSuggestionView.kt31 private val mSuggestionFormatter: SuggestionFormatter? constant
52 val text1 = mSuggestionFormatter?.formatSuggestion(userQuery, suggestion?.suggestionText1) in bindAsSuggestion()
98 mSuggestionFormatter = QsbApplication[context].suggestionFormatter
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DQsbApplication.kt51 private var mSuggestionFormatter: SuggestionFormatter? = null variable
277 if (mSuggestionFormatter == null) {
278 mSuggestionFormatter = createSuggestionFormatter()
280 return mSuggestionFormatter