HomeSort by relevance Sort by last modified time
    Searched refs:mDetectedCountry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
CountryDetectorBase.java 37 protected Country mDetectedCountry;
LocationBasedCountryDetector.java 214 return mDetectedCountry;
251 mDetectedCountry = new Country(countryIso, Country.COUNTRY_SOURCE_LOCATION);
253 mDetectedCountry = null;
255 notifyListener(mDetectedCountry);

Completed in 57 milliseconds