OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:multiwordcandidates
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/
SuggestionsPopupWindowTest.java
261
final String[]
multiWordCandidates
= {"ABC DEF GHI", "Abc Def Ghi"};
263
multiWordCandidates
, SuggestionSpan.FLAG_MISSPELLED);
310
assertEquals(singleWordCandidates.length +
multiWordCandidates
.length,
324
expectedText =
multiWordCandidates
[j - singleWordCandidates.length];
Completed in 475 milliseconds