Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java136 List<String> toSearchWords, List<String> toMatchWords) { in calculateMaximumMatchedWordSequenceLength() argument
137 int[] matchedWordSeqLen = new int[toMatchWords.size()]; in calculateMaximumMatchedWordSequenceLength()
140 for (int j = toMatchWords.size() - 1; j >= 0; --j) { in calculateMaximumMatchedWordSequenceLength()
141 if (word.equals(toMatchWords.get(j))) { in calculateMaximumMatchedWordSequenceLength()