Home
last modified time | relevance | path

Searched refs:COUNTRY_SOURCE_NETWORK (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/
H A DCountry.java42 public static final int COUNTRY_SOURCE_NETWORK = 0; field in Country
67 COUNTRY_SOURCE_NETWORK,
104 || source < COUNTRY_SOURCE_NETWORK in Country()
114 if (countryIso == null || source < COUNTRY_SOURCE_NETWORK in Country()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java177 Country country = new Country("US", Country.COUNTRY_SOURCE_NETWORK); in notifyReceivers_twoListenersRegistered_bothNotified()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DComprehensiveCountryDetectorTest.java145 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_NETWORK);
/aosp14/frameworks/base/services/core/java/com/android/server/location/countrydetector/
H A DComprehensiveCountryDetector.java226 return new Country(countryIso, Country.COUNTRY_SOURCE_NETWORK); in getNetworkBasedCountry()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt6199 field public static final int COUNTRY_SOURCE_NETWORK = 0; // 0x0
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22813 Landroid/location/Country;->COUNTRY_SOURCE_NETWORK:I