Searched defs:setLocale (Results 1 - 6 of 6) 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/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DContactInteractionUtilTest.java43 setLocale(Locale.US);
48 setLocale(mOriginalLocale);
131 private void setLocale(Locale locale) { method in class:ContactInteractionUtilTest
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsSet.java42 public void setLocale(final Locale locale, final Context context) { method in class:KeyboardTextsSet
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DDeviceOwnerProvisioningService.java403 setLocale(params.mLocale);
429 private void setLocale(Locale locale) { method in class:DeviceOwnerProvisioningService
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java446 public static synchronized void setLocale(Locale locale) { method in class:ContactLocaleUtils
H A DContactsDatabaseHelper.java3385 public void setLocale(LocaleSet locales) { method in class:ContactsDatabaseHelper
3394 db.setLocale(locales.getPrimaryLocale());

Completed in 206 milliseconds