Searched defs:CountryDetectorService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DCountryDetectorService.java45 public class CountryDetectorService extends ICountryDetector.Stub implements Runnable { class in inherits:ICountryDetector.Stub,Runnable
94 public CountryDetectorService(Context context) { method in class:CountryDetectorService
172 Thread thread = new Thread(this, "CountryDetectorService");
220 p.println("CountryDetectorService state:");
228 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);

Completed in 72 milliseconds