HomeSort by relevance Sort by last modified time
    Searched defs:UserDictionaryList (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 34 public class UserDictionaryList extends SettingsPreferenceFragment {
73 UserDictionaryList.getUserDictionaryLocalesSet(activity);
InputMethodAndLanguageSettings.java 196 final TreeSet<String> localeList = UserDictionaryList.getUserDictionaryLocalesSet(activity);
203 new Intent(UserDictionaryList.USER_DICTIONARY_SETTINGS_INTENT_ACTION);
211 // Note that with the current code for UserDictionaryList#getUserDictionaryLocalesSet()
213 // locale explicitly. @see UserDictionaryList.getUserDictionaryLocalesSet().
220 userDictionaryPreference.setFragment(UserDictionaryList.class.getName());

Completed in 41 milliseconds