OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocaleList
(Results
1 - 5
of
5
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LocaleSet.java
33
private final LocaleList
mLocaleList
;
36
mLocaleList
= localeList;
110
return
mLocaleList
;
124
for (int i = 0; i <
mLocaleList
.size(); i++) {
125
final Locale l =
mLocaleList
.get(i);
143
for (int i = 0; i <
mLocaleList
.size(); i++) {
144
final Locale l =
mLocaleList
.get(i);
165
return
mLocaleList
.equals(other.
mLocaleList
);
172
return
mLocaleList
.toString()
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
AutoReinflateContainer.java
39
private LocaleList
mLocaleList
;
45
mLocaleList
= context.getResources().getConfiguration().getLocales();
65
if (localeList !=
mLocaleList
) {
66
mLocaleList
= localeList;
/frameworks/base/core/java/com/android/internal/app/
LocalePickerWithRegion.java
52
private Set<LocaleStore.LocaleInfo>
mLocaleList
;
118
mLocaleList
= LocaleStore.getLevelLocales(context,
120
if (
mLocaleList
.size() <= 1) {
121
if (listener != null && (
mLocaleList
.size() == 1)) {
122
listener.onLocaleSelected(
mLocaleList
.iterator().next());
127
mLocaleList
= LocaleStore.getLevelLocales(context, langTagsToIgnore,
144
if (
mLocaleList
== null) {
154
mAdapter = new SuggestedLocaleAdapter(
mLocaleList
, countryMode);
/frameworks/base/core/java/android/content/res/
Configuration.java
95
private LocaleList
mLocaleList
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java
144
private final List<Locale >
mLocaleList
= new ArrayList<Locale>();
376
return
mLocaleList
;
[
all
...]
Completed in 284 milliseconds