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 60 private SuggestionFormatter mSuggestionFormatter;
312 if (mSuggestionFormatter == null) {
313 mSuggestionFormatter = createSuggestionFormatter();
315 return mSuggestionFormatter;

Completed in 205 milliseconds