Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java99 public DictionaryFacilitatorLruCache(final HashSet<Locale> cachedLocales, int maxSize) { in DictionaryFacilitatorLruCache() argument
101 mCachedLocales = cachedLocales; in DictionaryFacilitatorLruCache()