Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTelephonyManager.java70 public String getNetworkCountryIso() { in getNetworkCountryIso() method in ShadowTelephonyManager
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTelephonyManagerTest.java64 assertEquals("SomeIso", telephonyManager.getNetworkCountryIso()); in shouldGiveNetworkCountryIso()