OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateLocale
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java
143
mContents.
updateLocale
(locale.getLocaleString());
151
mContents.
updateLocale
(args.getString(UserDictionaryAddWordContents.EXTRA_LOCALE));
157
mContents.
updateLocale
(locale.toString());
UserDictionaryAddWordContents.java
80
updateLocale
(args.getString(EXTRA_LOCALE));
90
updateLocale
(mLocale);
95
/* package */ void
updateLocale
(final String locale) {
177
// be null at all (it's ensured by the
updateLocale
method).
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java
161
mContents.
updateLocale
(locale.getLocaleString());
169
mContents.
updateLocale
(args.getString(UserDictionaryAddWordContents.EXTRA_LOCALE));
175
mContents.
updateLocale
(locale.toString());
UserDictionaryAddWordContents.java
98
updateLocale
(args.getString(EXTRA_LOCALE));
108
updateLocale
(mLocale);
113
/* package */ void
updateLocale
(final String locale) {
198
// be null at all (it's ensured by the
updateLocale
method).
/packages/apps/Settings/src/com/android/settings/
LocalePicker.java
83
LocalePicker.
updateLocale
(locale);
111
LocalePicker.
updateLocale
(mTargetLocale);
DevelopmentSettings.java
[
all
...]
/frameworks/base/core/java/com/android/internal/app/
LocalePicker.java
259
* Each listener needs to call {@link #
updateLocale
(Locale)} to actually change the locale.
261
* We don't call {@link #
updateLocale
(Locale)} automatically, as it halt the system for
276
public static void
updateLocale
(Locale locale) {
Completed in 77 milliseconds