Searched refs:matchList (Results 1 – 2 of 2) sorted by relevance
233 ArrayList<SmartDialMatchPosition> matchList) { in matchesCombination() argument315 matchList.add( in matchesCombination()317 for (SmartDialMatchPosition match : matchList) { in matchesCombination()375 matchList.addAll(partial); in matchesCombination()376 for (SmartDialMatchPosition match : matchList) { in matchesCombination()
1327 List<String> matchList = new ArrayList<String>(); in tokenizeSearchQuery() local1338 matchList.add(escapeSearchToken(token)); in tokenizeSearchQuery()1340 return matchList.toArray(new String[matchList.size()]); in tokenizeSearchQuery()