Searched refs:getNetworkCountryIsoCode (Results 1 – 4 of 4) sorted by relevance
72 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()160 NEW_ZEALAND_DEFAULT_SCENARIO.getNetworkCountryIsoCode(), in test_newZealand_assumptions()172 NEW_ZEALAND_DEFAULT_SCENARIO.getNetworkCountryIsoCode()); in test_newZealand_assumptions()184 NEW_ZEALAND_OTHER_SCENARIO.getNetworkCountryIsoCode()); in test_newZealand_assumptions()[all …]
133 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), null /* nitzSignal */); in test_uniqueUsZone()165 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_uniqueUsZone()178 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_uniqueUsZone()205 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), null /* nitzSignal */); in test_nonUniqueUsZone()231 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_nonUniqueUsZone()248 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_nonUniqueUsZone()274 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), null /* nitzSignal */); in test_unitedKingdom()308 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_unitedKingdom()327 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), in test_unitedKingdom()352 SLOT_INDEX, scenario.getNetworkCountryIsoCode(), null /* nitzSignal */); in test_cz()[all …]
107 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()
138 String getNetworkCountryIsoCode() { in getNetworkCountryIsoCode() method in NitzStateMachineTestSupport.Scenario