Searched defs:updateLocale (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordContents.java80 updateLocale(args.getString(EXTRA_LOCALE));
90 updateLocale(mLocale);
95 /* package */ void updateLocale(final String locale) { method in class:UserDictionaryAddWordContents
179 // be null at all (it's ensured by the updateLocale method).
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryAddWordContents.java98 updateLocale(args.getString(EXTRA_LOCALE));
108 updateLocale(mLocale);
113 /* package */ void updateLocale(final String locale) { method in class:UserDictionaryAddWordContents
200 // be null at all (it's ensured by the updateLocale method).

Completed in 10 milliseconds