Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineImplTest.java107 String networkCountryIsoCode = scenario.getNetworkCountryIsoCode(); in test_countryThenNitz() local
115 SLOT_INDEX, networkCountryIsoCode, null /* nitzSignal */); in test_countryThenNitz()
118 SLOT_INDEX, networkCountryIsoCode, nitzSignal); in test_countryThenNitz()
127 script.countryReceived(networkCountryIsoCode); in test_countryThenNitz()
152 String networkCountryIsoCode = scenario.getNetworkCountryIsoCode(); in test_nitzThenCountry() local
161 SLOT_INDEX, networkCountryIsoCode, nitzSignal); in test_nitzThenCountry()
181 script.countryReceived(networkCountryIsoCode) in test_nitzThenCountry()
DNitzStateMachineTestSupport.java156 Scenario changeCountry(String timeZoneId, String networkCountryIsoCode) { in changeCountry() argument
159 mNetworkCountryIsoCode = networkCountryIsoCode; in changeCountry()