Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java256 public void setSimCountryIso(String simCountryIso) { in setSimCountryIso() method in ShadowTelephonyManager
257 setSimCountryIso(/* subId= */ 0, simCountryIso); in setSimCountryIso()
261 public void setSimCountryIso(int subId, String simCountryIso) { in setSimCountryIso() method in ShadowTelephonyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java372 shadowTelephonyManager.setSimCountryIso(subId, expectedSimIso); in shouldGetSimIosWhenSetUsingSlotNumber()