Searched refs:TEST_COUNTRY_CODE_OTHER (Results 1 – 1 of 1) sorted by relevance
77 private static final String TEST_COUNTRY_CODE_OTHER = "JP"; field in UwbCountryCodeTest430 .putExtra(TelephonyManager.EXTRA_NETWORK_COUNTRY, TEST_COUNTRY_CODE_OTHER) in testChangeInTelephonyCountryCodeWhenWifiAndLocationCountryCodeAvailable()434 TEST_COUNTRY_CODE_OTHER.getBytes(StandardCharsets.UTF_8)); in testChangeInTelephonyCountryCodeWhenWifiAndLocationCountryCodeAvailable()435 verify(mListener).onCountryCodeChanged(STATUS_CODE_OK, TEST_COUNTRY_CODE_OTHER); in testChangeInTelephonyCountryCodeWhenWifiAndLocationCountryCodeAvailable()472 .putExtra(TelephonyManager.EXTRA_NETWORK_COUNTRY, TEST_COUNTRY_CODE_OTHER) in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()476 TEST_COUNTRY_CODE_OTHER.getBytes(StandardCharsets.UTF_8)); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()477 verify(mListener).onCountryCodeChanged(STATUS_CODE_OK, TEST_COUNTRY_CODE_OTHER); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()480 .putExtra(TelephonyManager.EXTRA_NETWORK_COUNTRY, TEST_COUNTRY_CODE_OTHER) in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()484 TEST_COUNTRY_CODE_OTHER.getBytes(StandardCharsets.UTF_8)); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()485 verify(mListener).onCountryCodeChanged(STATUS_CODE_OK, TEST_COUNTRY_CODE_OTHER); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()[all …]