Searched refs:getSimCountryIsoForPhone (Results 1 – 4 of 4) sorted by relevance
586 String simIsoCountry = TelephonyManager.getDefault().getSimCountryIsoForPhone( in isInternationalRoaming()
316 return mTelephonyManager.getSimCountryIsoForPhone(phoneId); in getSubscriptionCountryIso()
1853 return getSimCountryIsoForPhone(getDefaultPhone()); in getSimCountryIso()1876 return getSimCountryIsoForPhone(phoneId); in getSimCountryIsoForSubscription()1884 public String getSimCountryIsoForPhone(int phoneId) { in getSimCountryIsoForPhone() method in TelephonyManager
186 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId()); in dial()