Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/
DDefaultBandwidthMeterTest.java64 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 …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java198 public void setNetworkCountryIso(String networkCountryIso) { in setNetworkCountryIso() method in ShadowTelephonyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java156 shadowTelephonyManager.setNetworkCountryIso("SomeIso"); in shouldGiveNetworkCountryIso()