Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java364 assertThat(telephonyManager.getSimCountryIso()).isEmpty(); in shouldGetSimIso()
374 assertThat(telephonyManager.getSimCountryIso(subId)).isEqualTo(expectedSimIso); in shouldGetSimIosWhenSetUsingSlotNumber()
429 assertThat(shadowTelephonyManager.getSimCountryIso()).isEmpty(); in resetSimCountryIsos_shouldRetainDefaultState()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java246 protected String getSimCountryIso() { in getSimCountryIso() method in ShadowTelephonyManager
252 protected String getSimCountryIso(int subId) { in getSimCountryIso() method in ShadowTelephonyManager
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java766 return mTelephonyManager.getSimCountryIso(subId); in telephonyGetSimCountryIsoForSubscription()