HomeSort by relevance Sort by last modified time
    Searched defs:localeList (Results 1 - 7 of 7) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 144 StringBuilder localeList = new StringBuilder();
147 localeList.append(new Locale("en", "US").toString());
149 localeList.append(s);
151 localeList.append(";");
154 localeList.toString());
  /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;
  /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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsFragment.java 476 final TreeSet<String> localeList = UserDictionaryList.getUserDictionaryLocalesSet(activity);
477 if (null == localeList) {
481 } else if (localeList.size() <= 1) {
483 // If the size of localeList is 0, we don't set the locale parameter in the
489 if (localeList.size() == 1) {
490 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) {
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 307 milliseconds