Searched refs:mKeyboardCache (Results 1 – 1 of 1) sorted by relevance
126 private final ConcurrentHashMap<Locale, Keyboard> mKeyboardCache = new ConcurrentHashMap<>(); field in AndroidSpellCheckerService307 mKeyboardCache.clear(); in onUnbind()312 Keyboard keyboard = mKeyboardCache.get(locale); in getKeyboardForLocale()316 mKeyboardCache.put(locale, keyboard); in getKeyboardForLocale()