HomeSort by relevance Sort by last modified time
    Searched full:removedupes (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 163 // TODO: Consolidate this method and StringUtils.removeDupes() in the future.
StringUtils.java 148 public static void removeDupes(final ArrayList<CharSequence> suggestions) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 330 StringUtils.removeDupes(mSuggestions);
    [all...]

Completed in 843 milliseconds