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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DLevenshteinSuggestionFormatter.java45 final int[] matches = findMatches(queryTokens, suggestionTokens);
82 int[] findMatches(Token[] source, Token[] target) { method in class:LevenshteinSuggestionFormatter
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DLevenshteinFormatterTest.java97 int[] matches = mFormatter.findMatches(sourceTokens, targetTokens);

Completed in 85 milliseconds