Searched refs:mDetectedCountry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DCountryDetectorBase.java37 protected Country mDetectedCountry; field in class:CountryDetectorBase
H A DLocationBasedCountryDetector.java196 return mDetectedCountry;
233 mDetectedCountry = new Country(countryIso, Country.COUNTRY_SOURCE_LOCATION);
235 mDetectedCountry = null;
237 notifyListener(mDetectedCountry);

Completed in 52 milliseconds