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

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
H A DRoutineWatchEvaluatorTest.java198 String text2) {
200 List<String> wordList2 = RoutineWatchEvaluator.splitTextToWords(text2);
197 assertMaximumMatchedWordSequenceLength(int expectedLength, String text1, String text2) argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java77 String text2; field in class:GlobalSearchSupport.SearchSuggestion
103 list.add(text2); // text2
125 list.add(text2);
155 text2 = null;
266 suggestion.text2 = shortenSnippet(c.getString(6));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java143 public SuggestionData setText2(String text2) { argument
144 mText2 = text2;

Completed in 1055 milliseconds