Searched refs:setNetworkCountryIso (Results 1 – 3 of 3) sorted by relevance
64 Shadows.shadowOf(telephonyManager).setNetworkCountryIso(FAST_COUNTRY_ISO); in setUp()229 setNetworkCountryIso(FAST_COUNTRY_ISO); in defaultInitialBitrateEstimate_forWifi_forFastCountry_isGreaterThanEstimateForSlowCountry()234 setNetworkCountryIso(SLOW_COUNTRY_ISO); in defaultInitialBitrateEstimate_forWifi_forFastCountry_isGreaterThanEstimateForSlowCountry()246 setNetworkCountryIso(FAST_COUNTRY_ISO); in defaultInitialBitrateEstimate_forEthernet_forFastCountry_isGreaterThanEstimateForSlowCountry()251 setNetworkCountryIso(SLOW_COUNTRY_ISO); in defaultInitialBitrateEstimate_forEthernet_forFastCountry_isGreaterThanEstimateForSlowCountry()263 setNetworkCountryIso(FAST_COUNTRY_ISO); in defaultInitialBitrateEstimate_for2G_forFastCountry_isGreaterThanEstimateForSlowCountry()268 setNetworkCountryIso(SLOW_COUNTRY_ISO); in defaultInitialBitrateEstimate_for2G_forFastCountry_isGreaterThanEstimateForSlowCountry()280 setNetworkCountryIso(FAST_COUNTRY_ISO); in defaultInitialBitrateEstimate_for3G_forFastCountry_isGreaterThanEstimateForSlowCountry()285 setNetworkCountryIso(SLOW_COUNTRY_ISO); in defaultInitialBitrateEstimate_for3G_forFastCountry_isGreaterThanEstimateForSlowCountry()297 setNetworkCountryIso(FAST_COUNTRY_ISO); in defaultInitialBitrateEstimate_for4g_forFastCountry_isGreaterThanEstimateForSlowCountry()[all …]
198 public void setNetworkCountryIso(String networkCountryIso) { in setNetworkCountryIso() method in ShadowTelephonyManager
156 shadowTelephonyManager.setNetworkCountryIso("SomeIso"); in shouldGiveNetworkCountryIso()