Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java178 final boolean useContactsDictionary = prefs.getBoolean(PREF_USE_CONTACTS_KEY, true); in onSharedPreferenceChanged()
179 if (useContactsDictionary != mUseContactsDictionary) { in onSharedPreferenceChanged()
182 mUseContactsDictionary = useContactsDictionary; in onSharedPreferenceChanged()
276 final boolean useContactsDictionary) { in resetDictionariesForLocale() argument
278 useContactsDictionary, false /* usePersonalizedDicts */, in resetDictionariesForLocale()