Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DQsbApplication.java60 private SuggestionFormatter mSuggestionFormatter; field in QsbApplication
312 if (mSuggestionFormatter == null) {
313 mSuggestionFormatter = createSuggestionFormatter();
315 return mSuggestionFormatter;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DWebSearchSuggestionView.java36 private final SuggestionFormatter mSuggestionFormatter; field in WebSearchSuggestionView
40 mSuggestionFormatter = QsbApplication.get(context).getSuggestionFormatter(); in WebSearchSuggestionView()
61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery, in bindAsSuggestion()