HomeSort by relevance Sort by last modified time
    Searched refs:mSuggestionFormatter (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
WebSearchSuggestionView.java 36 private final SuggestionFormatter mSuggestionFormatter;
40 mSuggestionFormatter = QsbApplication.get(context).getSuggestionFormatter();
61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 67 private SuggestionFormatter mSuggestionFormatter;
448 if (mSuggestionFormatter == null) {
449 mSuggestionFormatter = createSuggestionFormatter();
451 return mSuggestionFormatter;

Completed in 674 milliseconds