Searched refs:ComprehensiveCountryDetector (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java24 import com.android.server.location.ComprehensiveCountryDetector;
40 * {@link ComprehensiveCountryDetector}.
88 private ComprehensiveCountryDetector mCountryDetector;
176 mCountryDetector = new ComprehensiveCountryDetector(mContext);
219 p.println(" ComprehensiveCountryDetector not initialized");
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java58 public class ComprehensiveCountryDetector extends CountryDetectorBase { class in inherits:CountryDetectorBase
143 public ComprehensiveCountryDetector(Context context) { method in class:ComprehensiveCountryDetector
471 sb.append("ComprehensiveCountryDetector{");
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java24 private class TestCountryDetector extends ComprehensiveCountryDetector {

Completed in 134 milliseconds