Searched refs:LevenshteinSuggestionFormatter (Results 1 - 3 of 3) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DLevenshteinSuggestionFormatter.java31 public class LevenshteinSuggestionFormatter extends SuggestionFormatter { class in inherits:SuggestionFormatter
33 private static final String TAG = "QSB.LevenshteinSuggestionFormatter";
35 public LevenshteinSuggestionFormatter(TextAppearanceFactory spanFactory) { method in class:LevenshteinSuggestionFormatter
H A DQsbApplication.java455 return new LevenshteinSuggestionFormatter(getTextAppearanceFactory());
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DLevenshteinFormatterTest.java27 * Tests for {@link LevenshteinSuggestionFormatter}.
32 private LevenshteinSuggestionFormatter mFormatter;
38 mFormatter = new LevenshteinSuggestionFormatter(new MockTextAppearanceFactory());

Completed in 62 milliseconds