Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
DSmartDialNameMatcher.java258 ArrayList<SmartDialMatchPosition> matchList) { in matchesCombination() argument
336 matchList.add(new SmartDialMatchPosition( in matchesCombination()
338 for (SmartDialMatchPosition match : matchList) { in matchesCombination()
398 matchList.addAll(partial); in matchesCombination()
399 for (SmartDialMatchPosition match : matchList) { in matchesCombination()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1174 List<String> matchList = new ArrayList<String>(); in tokenizeSearchQuery() local
1185 matchList.add(escapeSearchToken(token)); in tokenizeSearchQuery()
1187 return matchList.toArray(new String[matchList.size()]); in tokenizeSearchQuery()