Searched refs:mCachedLocales (Results 1 – 1 of 1) sorted by relevance
88 private final HashSet<Locale> mCachedLocales = new HashSet<>(); field in AndroidSpellCheckerService98 private final HashSet<Locale> mCachedLocales; field in AndroidSpellCheckerService.DictionaryFacilitatorLruCache101 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()