OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitTextToWords
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java
116
List<String> wordList1 =
splitTextToWords
(title1);
117
List<String> wordList2 =
splitTextToWords
(title2);
204
static List<String>
splitTextToWords
(String text) {
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RoutineWatchEvaluatorTest.java
193
List<String> wordList = RoutineWatchEvaluator.
splitTextToWords
(text);
199
List<String> wordList1 = RoutineWatchEvaluator.
splitTextToWords
(text1);
200
List<String> wordList2 = RoutineWatchEvaluator.
splitTextToWords
(text2);
Completed in 75 milliseconds