Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java370 String expectedSimIso = "usa"; in shouldGetSimIosWhenSetUsingSlotNumber() local
372 shadowTelephonyManager.setSimCountryIso(subId, expectedSimIso); in shouldGetSimIosWhenSetUsingSlotNumber()
374 assertThat(telephonyManager.getSimCountryIso(subId)).isEqualTo(expectedSimIso); in shouldGetSimIosWhenSetUsingSlotNumber()