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