Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
H A DTimeZoneSuggesterImplTest.java165 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_uniqueUsZone()
178 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_uniqueUsZone()
231 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_nonUniqueUsZone()
248 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_nonUniqueUsZone()
308 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_unitedKingdom()
327 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_unitedKingdom()
387 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_cz()
406 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_cz()
548 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), nitzSignal); in test_countryDefaultBoost()
565 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), nitzSignal); in test_countryDefaultBoost()
[all …]
H A DNitzStateMachineTestSupportTest.java72 UNIQUE_US_ZONE_SCENARIO1.getNetworkCountryIsoCode(), in test_uniqueUs_assumptions()
82 UNIQUE_US_ZONE_SCENARIO1.getNetworkCountryIsoCode()); in test_uniqueUs_assumptions()
92 UNIQUE_US_ZONE_SCENARIO2.getNetworkCountryIsoCode()); in test_uniqueUs_assumptions()
108 NON_UNIQUE_US_ZONE_SCENARIO.getNetworkCountryIsoCode(), in test_nonUniqueUs_assumptions()
116 NON_UNIQUE_US_ZONE_SCENARIO.getNetworkCountryIsoCode()); in test_nonUniqueUs_assumptions()
135 UNITED_KINGDOM_SCENARIO.getNetworkCountryIsoCode(), in test_unitedKingdom_assumptions()
144 UNITED_KINGDOM_SCENARIO.getNetworkCountryIsoCode()); in test_unitedKingdom_assumptions()
172 NEW_ZEALAND_DEFAULT_SCENARIO.getNetworkCountryIsoCode()); in test_newZealand_assumptions()
184 NEW_ZEALAND_OTHER_SCENARIO.getNetworkCountryIsoCode()); in test_newZealand_assumptions()
198 CZECHIA_SCENARIO.getNetworkCountryIsoCode(), in test_czechia_assumptions()
[all …]
H A DNitzStateMachineImplTest.java107 String networkCountryIsoCode = scenario.getNetworkCountryIsoCode(); in test_countryThenNitz()
152 String networkCountryIsoCode = scenario.getNetworkCountryIsoCode(); in test_nitzThenCountry()
288 String preFlightCountryIsoCode = scenario.getNetworkCountryIsoCode(); in test_airplaneModeClearsState()
346 UNIQUE_US_ZONE_SCENARIO1.getNetworkCountryIsoCode()); in test_airplaneModeClearsState()
352 String postFlightCountryCode = scenario.getNetworkCountryIsoCode(); in test_airplaneModeClearsState()
376 String countryIsoCode = scenario.getNetworkCountryIsoCode(); in test_handleNetworkUnavailableClearsNetworkState()
464 script.countryReceived(scenario.getNetworkCountryIsoCode()); in test_countryUnavailableClearsTimeZoneSuggestion()
467 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), null /* nitzSignal */); in test_countryUnavailableClearsTimeZoneSuggestion()
476 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), nitzSignal); in test_countryUnavailableClearsTimeZoneSuggestion()
H A DNitzStateMachineTestSupport.java138 String getNetworkCountryIsoCode() { in getNetworkCountryIsoCode() method in NitzStateMachineTestSupport.Scenario