Searched refs:getSimCountryIsoForPhone (Results 1 – 4 of 4) sorted by relevance
588 String simIsoCountry = TelephonyManager.from(phone.getContext()).getSimCountryIsoForPhone( in isInternationalRoaming()
388 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId()); in dial()
322 return mTelephonyManager.getSimCountryIsoForPhone(phoneId); in getSubscriptionCountryIso()
2193 return getSimCountryIsoForPhone(getPhoneId()); in getSimCountryIso()2204 return getSimCountryIsoForPhone(phoneId); in getSimCountryIso()2212 public String getSimCountryIsoForPhone(int phoneId) { in getSimCountryIsoForPhone() method in TelephonyManager