Searched refs:mCountryCode (Results 1 - 2 of 2) sorted by path

/frameworks/base/location/java/android/location/
H A DAddress.java49 private String mCountryCode; field in class:Address
260 return mCountryCode;
268 mCountryCode = countryCode;
454 sb.append(mCountryCode);
508 a.mCountryCode = in.readString();
555 parcel.writeString(mCountryCode);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java157 private String mCountryCode; field in class:LocationBasedCountryDetectorTest.CountryListenerImpl
161 mCountryCode = country.getCountryIso();
170 return mCountryCode;

Completed in 310 milliseconds