Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbCountryCodeTest.java77 private static final String TEST_COUNTRY_CODE_OTHER = "JP"; field in UwbCountryCodeTest
430 .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 …]