OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDetectedCountry
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/location/
CountryDetectorBase.java
37
protected Country
mDetectedCountry
;
LocationBasedCountryDetector.java
198
return
mDetectedCountry
;
235
mDetectedCountry
= new Country(countryIso, Country.COUNTRY_SOURCE_LOCATION);
237
mDetectedCountry
= null;
239
notifyListener(
mDetectedCountry
);
Completed in 3675 milliseconds