Searched defs:setLocale (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DLocaleTestUtils.java41 * mLocaleTestUtils.setLocale(Locale.CANADA_FRENCH);
54 * Note that one should not call {@link #setLocale(Locale)} more than once without calling
81 public void setLocale(Locale locale) { method in class:LocaleTestUtils
84 "call restoreLocale() before calling setLocale() again");
94 * @throws IllegalStateException if the locale was not set using {@link #setLocale(Locale)}
98 throw new IllegalStateException("call setLocale() before calling restoreLocale()");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
H A DLanguageSwitcherProxy.java73 public void setLocale(String localeStr) { method in class:LanguageSwitcherProxy
74 mLanguageSwitcher.setLocale(localeStr);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java139 setLocale(null);
142 public void setLocale(Locale currentLocale) { method in class:ContactLocaleUtils
H A DContactsDatabaseHelper.java2899 public void setLocale(ContactsProvider2 provider, Locale locale) { method in class:ContactsDatabaseHelper
2904 db.setLocale(locale);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
H A DLanguageSwitcher.java220 public void setLocale(String localeStr) { method in class:LanguageSwitcher

Completed in 104 milliseconds