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

/packages/apps/Dialer/tests/src/com/android/dialer/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/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java432 public static synchronized void setLocale(Locale locale) { method in class:ContactLocaleUtils
H A DContactsDatabaseHelper.java3183 public void setLocale(Locale locale) { method in class:ContactsDatabaseHelper
3192 db.setLocale(locale);

Completed in 321 milliseconds