Searched defs:splitTextToWords (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
H A DRoutineWatchEvaluator.java116 List<String> wordList1 = splitTextToWords(title1);
117 List<String> wordList2 = splitTextToWords(title2);
204 static List<String> splitTextToWords(String text) { method in class:RoutineWatchEvaluator

Completed in 82 milliseconds