Home
last modified time | relevance | path

Searched refs:queryTokens (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DLevenshteinSuggestionFormatter.java43 final Token[] queryTokens = tokenize(query); in formatSuggestion() local
45 final int[] matches = findMatches(queryTokens, suggestionTokens); in formatSuggestion()
47 Log.d(TAG, "source = " + queryTokens); in formatSuggestion()
59 sourceLen = queryTokens[thisMatch].length(); in formatSuggestion()