Searched refs:getSimCountryIso (Results 1 – 3 of 3) sorted by relevance
364 assertThat(telephonyManager.getSimCountryIso()).isEmpty(); in shouldGetSimIso()374 assertThat(telephonyManager.getSimCountryIso(subId)).isEqualTo(expectedSimIso); in shouldGetSimIosWhenSetUsingSlotNumber()429 assertThat(shadowTelephonyManager.getSimCountryIso()).isEmpty(); in resetSimCountryIsos_shouldRetainDefaultState()
246 protected String getSimCountryIso() { in getSimCountryIso() method in ShadowTelephonyManager252 protected String getSimCountryIso(int subId) { in getSimCountryIso() method in ShadowTelephonyManager
766 return mTelephonyManager.getSimCountryIso(subId); in telephonyGetSimCountryIsoForSubscription()