Searched refs:mValidSpellingWordWriteCache (Results 1 – 1 of 1) sorted by relevance
90 private LruCache<String, Boolean> mValidSpellingWordWriteCache; field in DictionaryFacilitatorImpl99 mValidSpellingWordWriteCache = cache; in setValidSpellingWordWriteCache()376 if (mValidSpellingWordWriteCache != null) { in resetDictionaries()377 mValidSpellingWordWriteCache.evictAll(); in resetDictionaries()522 if (mValidSpellingWordWriteCache == null) { in putWordIntoValidSpellingWordCache()528 mValidSpellingWordWriteCache.put(lowerCaseWord, lowerCaseValid); in putWordIntoValidSpellingWordCache()539 mValidSpellingWordWriteCache.put(capitalWord, capitalValid); in putWordIntoValidSpellingWordCache()