Home
last modified time | relevance | path

Searched refs:wordPropertyList (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java733 final ArrayList<WordProperty> wordPropertyList = new ArrayList<>(); in getWordPropertiesForSyncing() local
747 wordPropertyList.add(wordProperty); in getWordPropertiesForSyncing()
750 result.set(wordPropertyList.toArray(new WordProperty[wordPropertyList.size()])); in getWordPropertiesForSyncing()