Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java88 private final HashSet<Locale> mCachedLocales = new HashSet<>(); field in AndroidSpellCheckerService
98 private final HashSet<Locale> mCachedLocales; field in AndroidSpellCheckerService.DictionaryFacilitatorLruCache
101 mCachedLocales = cachedLocales; in DictionaryFacilitatorLruCache()
113 mCachedLocales.remove(key); in entryRemoved()
125 new DictionaryFacilitatorLruCache(mCachedLocales, MAX_DICTIONARY_FACILITATOR_COUNT);
183 for (final Locale locale : mCachedLocales) { in onSharedPreferenceChanged()
267 mCachedLocales.add(locale); in getDictionaryFacilitatorForLocaleLocked()
303 mCachedLocales.clear(); in onUnbind()