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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 111 StringBuilder localeList = new StringBuilder();
114 localeList.append(new Locale("en", "US").toString());
116 localeList.append(s);
118 localeList.append(";");
121 localeList.toString());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 55 final TreeSet<String> localeList = new TreeSet<String>();
65 localeList.add(allLocale ? "" : locale);
74 localeList.add("");
76 localeList.add(Locale.getDefault().toString());
77 return localeList;
87 final TreeSet<String> localeList =
90 if (localeList.isEmpty()) {
93 for (String locale : localeList) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryList.java 50 final TreeSet<String> localeList = new TreeSet<String>();
58 localeList.add(null != locale ? locale : "");
61 localeList.add(Locale.getDefault().toString());
62 return localeList;
72 final TreeSet<String> localeList =
75 if (localeList.isEmpty()) {
78 for (String locale : localeList) {
InputMethodAndLanguageSettings.java 196 final TreeSet<String> localeList = UserDictionaryList.getUserDictionaryLocalesSet(activity);
197 if (null == localeList) {
201 } else if (localeList.size() <= 1) {
208 // If the size of localeList is 0, we don't set the locale parameter in the
214 if (localeList.size() == 1) {
215 final String locale = (String)localeList.toArray()[0];
  /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/
SettingsFragment.java 417 final TreeSet<String> localeList = UserDictionaryList.getUserDictionaryLocalesSet(activity);
418 if (null == localeList) {
422 } else if (localeList.size() <= 1) {
424 // If the size of localeList is 0, we don't set the locale parameter in the
430 if (localeList.size() == 1) {
431 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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 335 milliseconds