HomeSort by relevance Sort by last modified time
    Searched full:localelist (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 111 ArrayList<String> localeList = new ArrayList<String>(Arrays.asList(
114 if (!localeList.contains("zz_ZZ")) {
115 localeList.add("zz_ZZ");
118 * if (!localeList.contains("zz_ZY")) {
119 * localeList.add("zz_ZY");
123 String[] locales = new String[localeList.size()];
124 locales = localeList.toArray(locales);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 173 StringBuilder localeList = new StringBuilder();
176 localeList.append(new Locale("en", "US").toString());
178 localeList.append(s);
180 localeList.append(";");
183 localeList.toString());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsFragment.java 497 final TreeSet<String> localeList = UserDictionaryList.getUserDictionaryLocalesSet(activity);
498 if (null == localeList) {
502 } else if (localeList.size() <= 1) {
504 // If the size of localeList is 0, we don't set the locale parameter in the
510 if (localeList.size() == 1) {
511 final String locale = (String)localeList.toArray()[0];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 188 List<Locale> localeList = mConfigChooser.getLocaleList();
203 for (int i = 0 ; i < localeList.size() ; i++) {
204 Locale locale = localeList.get(i);
222 Locale locale = localeList.get(localeIndex);
250 List<Locale> localeList = mConfigChooser.getLocaleList();
278 max = localeList.size();
286 Locale l = localeList.get(i);
354 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
387 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true);
457 List<Locale> localeList = mConfigChooser.getLocaleList()
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 201 final ArrayList<String> localeList = new ArrayList<String>(Arrays.asList(
224 for (final String locale : localeList) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 69 public boolean localeList = false;
73 return code && resources && rClass && localeList && manifest;
348 changeFlags.localeList = true;
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 1464 int32_t localelist = 0; local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 1463 int32_t localelist = 0; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 213 // If the size of localeList is 0, we don't set the locale
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]

Completed in 436 milliseconds