Searched refs:DICTIONARY_LOCALE_KEY (Results 1 – 3 of 3) 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()
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()