Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java157 assertEquals("SomeIso", telephonyManager.getNetworkCountryIso()); in shouldGiveNetworkCountryIso()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java203 protected String getNetworkCountryIso() { in getNetworkCountryIso() method in ShadowTelephonyManager
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java1957 String countryCode = telephonyManager.getNetworkCountryIso(); in getCountryCode()