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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 31 public class LevenshteinSuggestionFormatter extends SuggestionFormatter {
33 private static final String TAG = "QSB.LevenshteinSuggestionFormatter";
35 public LevenshteinSuggestionFormatter(TextAppearanceFactory spanFactory) {
QsbApplication.java 319 return new LevenshteinSuggestionFormatter(getTextAppearanceFactory());
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
LevenshteinFormatterTest.java 27 * Tests for {@link LevenshteinSuggestionFormatter}.
32 private LevenshteinSuggestionFormatter mFormatter;
38 mFormatter = new LevenshteinSuggestionFormatter(new MockTextAppearanceFactory());

Completed in 110 milliseconds