OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcountrydetector
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
CountryDetectorService.java
88
private ComprehensiveCountryDetector
mCountryDetector
;
104
return
mCountryDetector
.detectCountry();
176
mCountryDetector
= new ComprehensiveCountryDetector(mContext);
198
mCountryDetector
.setCountryListener(listener);
218
if (
mCountryDetector
== null) {
221
p.println(" " +
mCountryDetector
.toString());
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
52
private CountryDetector
mCountryDetector
;
78
mCountryDetector
= (CountryDetector) getSystemService(Context.COUNTRY_DETECTOR);
85
mCountryDetector
.addCountryListener(mCountryListener, getMainLooper());
124
mCountryDetector
.removeCountryListener(mCountryListener);
176
Country country =
mCountryDetector
.detectCountry();
Completed in 120 milliseconds