HomeSort by relevance Sort by last modified time
    Searched refs:idArray (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 231 final String[] idArray = id.split(BinaryDictionaryGetter.ID_CATEGORY_SEPARATOR);
234 if (2 != idArray.length) {
237 return idArray[0];
326 final String[] idArray = id.split(BinaryDictionaryGetter.ID_CATEGORY_SEPARATOR);
329 if (2 != idArray.length) {
332 return BinaryDictionaryGetter.MAIN_DICTIONARY_CATEGORY.equals(idArray[0]);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java     [all...]

Completed in 234 milliseconds