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

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

Completed in 255 milliseconds