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

  /frameworks/base/location/tests/locationtests/src/android/location/
CountryTester.java 23 Country countryA = new Country("US", Country.COUNTRY_SOURCE_NETWORK);
26 Country countryD = new Country("us", Country.COUNTRY_SOURCE_NETWORK);
  /frameworks/base/location/java/android/location/
Country.java 34 public static final int COUNTRY_SOURCE_NETWORK = 0;
75 * <li>{@link #COUNTRY_SOURCE_NETWORK}</li>
82 if (countryIso == null || source < COUNTRY_SOURCE_NETWORK
92 if (countryIso == null || source < COUNTRY_SOURCE_NETWORK
118 * <li>{@link #COUNTRY_SOURCE_NETWORK}</li>
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 82 Country country = new Country("US", Country.COUNTRY_SOURCE_NETWORK);
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 145 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_NETWORK);
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 226 return new Country(countryIso, Country.COUNTRY_SOURCE_NETWORK);

Completed in 256 milliseconds