Searched defs:text2 (Results 1 – 5 of 5) sorted by relevance
93 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local
91 CharSequence text2 = suggestion.getSuggestionText2Url(); in bindAsSuggestion() local
77 String text2; field in GlobalSearchSupport.SearchSuggestion
251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength()
143 public SuggestionData setText2(String text2) { in setText2()