Searched refs:DICTIONARY_ID_ATTRIBUTE (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java356 public static final String DICTIONARY_ID_ATTRIBUTE = "dictionary"; field in class:FormatSpec.FileHeader
377 return mDictionaryOptions.mAttributes.get(FileHeader.DICTIONARY_ID_ATTRIBUTE);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DDecayingExpandableBinaryDictionaryBase.java101 attributeMap.put(FormatSpec.FileHeader.DICTIONARY_ID_ATTRIBUTE, mFileName);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java239 attributeMap.put(FormatSpec.FileHeader.DICTIONARY_ID_ATTRIBUTE, mFilename);

Completed in 164 milliseconds