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

  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 44 private class CountryDetectorServiceTester extends CountryDetectorService {
96 private void waitForSystemReady(CountryDetectorService service) {
  /frameworks/base/services/java/com/android/server/
CountryDetectorService.java 45 public class CountryDetectorService extends ICountryDetector.Stub implements Runnable {
94 public CountryDetectorService(Context context) {
172 Thread thread = new Thread(this, "CountryDetectorService");
220 p.println("CountryDetectorService state:");
228 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);
SystemServer.java 280 CountryDetectorService countryDetector = null;
511 countryDetector = new CountryDetectorService(context);
759 final CountryDetectorService countryDetectorF = countryDetector;
    [all...]

Completed in 99 milliseconds