OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCountryIso
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/java/android/location/
Country.java
54
private final String
mCountryIso
;
86
mCountryIso
= countryIso.toUpperCase(Locale.US);
96
mCountryIso
= countryIso.toUpperCase(Locale.US);
102
mCountryIso
= country.
mCountryIso
;
111
return
mCountryIso
;
151
parcel.writeString(
mCountryIso
);
169
return
mCountryIso
.equals(c.getCountryIso()) && mSource == c.getSource();
179
hash = hash * 13 +
mCountryIso
.hashCode();
195
return country != null &&
mCountryIso
.equals(country.getCountryIso())
[
all
...]
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
55
private String
mCountryIso
;
83
mCountryIso
= country.getCountryIso();
177
if (
mCountryIso
== null) {
180
mCountryIso
= country.getCountryIso();
183
return
mCountryIso
;
Completed in 766 milliseconds