Searched refs:Country (Results 1 – 19 of 19) sorted by relevance
6 The devices need to also obtain a valid country code to enable UWB. Country code8 1. Country code from telephony connection (insert a working SIM card in the10 2. Country code from Wi-Fi access points which support 80211.d (have one or more12 3. Country code from location (turn on [location](
22 import android.location.Country;62 Country country = null; in getCountryIso()72 public void onCountryDetected(Country country) { in getCountryIso()
24 import android.location.Country;378 ArgumentCaptor<Consumer<Country>> capture = ArgumentCaptor.forClass(Consumer.class); in testIsInternationalRoaming()381 Consumer<Country> countryConsumer = capture.getValue(); in testIsInternationalRoaming()383 countryConsumer.accept(new Country("US", Country.COUNTRY_SOURCE_LOCATION)); in testIsInternationalRoaming()389 countryConsumer.accept(new Country("CA", Country.COUNTRY_SOURCE_LOCATION)); in testIsInternationalRoaming()
29 import android.location.Country;172 .thenReturn(new Country("US", Country.COUNTRY_SOURCE_LOCATION)); in stubManagers()
22 import android.location.Country;263 private static void updateCountryCodeFromCountryDetector(Country country) { in updateCountryCodeFromCountryDetector()268 if (country.getSource() == Country.COUNTRY_SOURCE_NETWORK in updateCountryCodeFromCountryDetector()269 || country.getSource() == Country.COUNTRY_SOURCE_LOCATION) { in updateCountryCodeFromCountryDetector()
23 import android.location.Country;53 final Country country = detector.detectCountry(); in getCurrentCountryIso()
57 * Country-code agnostic matching for E164 normalized numbers (9177 matches59 * Country-code agnostic matching (510333 matches 1-[510-333]-7596)
45 import android.location.Country;988 Country testCountry = new Country(TEST_ISO, Country.COUNTRY_SOURCE_LOCALE); in testCountryIso_newCountryDetected()989 Country testCountry2 = new Country(TEST_ISO_2, Country.COUNTRY_SOURCE_LOCALE); in testCountryIso_newCountryDetected()997 ArgumentCaptor<Consumer<Country>> capture = ArgumentCaptor.forClass(Consumer.class); in testCountryIso_newCountryDetected()1000 Consumer<Country> countryConsumer = capture.getValue(); in testCountryIso_newCountryDetected()
21 import android.location.Country;628 private void updateCountryCode(Country country) { in updateCountryCode()632 if (country.getSource() == Country.COUNTRY_SOURCE_NETWORK in updateCountryCode()633 || country.getSource() == Country.COUNTRY_SOURCE_LOCATION) { in updateCountryCode()
30 import android.location.Country;125 private Country mCurrentCountry;633 private String getCountryIsoFromCountry(Country country) { in getCountryIsoFromCountry()668 private void countryCodeConsumer(Country newCountry) { in countryCodeConsumer()
49 import android.location.Country;111 private Country mMockCountry = new Country("us", 0);123 public Country detectCountry() {
23 7:Country=2:US
40 7:Country=2:US
40 import android.location.Country;85 .thenReturn(new Country("US", Country.COUNTRY_SOURCE_LOCATION)); in setUp()
218 InformationElementUtil.Country country = in NetworkDetail()219 new InformationElementUtil.Country(); in NetworkDetail()
2531 InformationElementUtil.Country country = new InformationElementUtil.Country(); in getCountryCodeWithCountryIE()
32 10031 /Arts & Entertainment/Music & Audio/Country Music
2764 public static class Country { class in InformationElementUtil