Searched refs:mShortcutsPerLocale (Results 1 – 1 of 1) sorted by relevance
208 private volatile HashMap<Locale, HashMap<String, String>> mShortcutsPerLocale; field in PersonalDictionaryLookup304 return mDictWords != null && mShortcutsPerLocale != null; in isLoaded()353 final Map<Locale, HashMap<String, String>> shortcutsPerLocale = mShortcutsPerLocale; in getShortcutsForLocale()464 final HashMap<Locale, HashMap<String, String>> shortcutsPerLocale = mShortcutsPerLocale; in expandShortcut()641 mShortcutsPerLocale = shortcutsPerLocale; in loadPersonalDictionary()