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/core/java/com/android/server/
CountryDetectorService.java 44 public class CountryDetectorService extends ICountryDetector.Stub implements Runnable {
93 public CountryDetectorService(Context context) {
216 p.println("CountryDetectorService state:");
224 Slog.e(TAG, "Failed to dump CountryDetectorService: ", e);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 667 CountryDetectorService countryDetector = null;
    [all...]

Completed in 84 milliseconds