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

  /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];
  /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());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 67 public boolean localeList = false;
71 return code && resources && rClass && localeList && manifest;
348 changeFlags.localeList = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]

Completed in 465 milliseconds