Searched refs:DICTIONARY_VERSION_KEY (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DDictionaryHeader.java34 public static final String DICTIONARY_VERSION_KEY = "version"; field in class:DictionaryHeader
75 return mDictionaryOptions.mAttributes.get(DICTIONARY_VERSION_KEY);
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtilsTests.java53 testOptions.mAttributes.put(DictionaryHeader.DICTIONARY_VERSION_KEY, VERSION);
85 DictionaryHeader.DICTIONARY_VERSION_KEY));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictUtils.java43 options.mAttributes.put(DictionaryHeader.DICTIONARY_VERSION_KEY, version);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DBinaryDictionaryUtilsTests.java53 attributeMap.put(DictionaryHeader.DICTIONARY_VERSION_KEY,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java225 attributeMap.put(DictionaryHeader.DICTIONARY_VERSION_KEY,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryDecayingTests.java125 attributeMap.put(DictionaryHeader.DICTIONARY_VERSION_KEY,

Completed in 2742 milliseconds