OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localeList
(Results
1 - 7
of
7
) sorted by null
/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());
/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);
/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
) {
/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];
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 1141 milliseconds