Searched refs:DICTIONARY_LOCALE_KEY (Results 1 – 5 of 5) sorted by relevance
46 public static final String DICTIONARY_LOCALE_KEY = "locale"; field in DictionaryHeader66 final String localeString = dictionaryOptions.mAttributes.get(DICTIONARY_LOCALE_KEY); in DictionaryHeader()
61 dict.mOptions.mAttributes.get(DictionaryHeader.DICTIONARY_LOCALE_KEY)), in writeDictionary()69 DictionaryHeader.DICTIONARY_LOCALE_KEY)), in writeDictionary()
41 options.mAttributes.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, "en_US"); in makeDictionaryOptions()
85 testOptions.mAttributes.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, LOCALE); in testGetRawDictWorks()118 DictionaryHeader.DICTIONARY_LOCALE_KEY)); in testGetRawDictWorks()
214 attributeMap.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, mLocale.toString()); in getHeaderAttributeMap()