Searched refs:getSimCountryIsoForPhone (Results 1 – 4 of 4) sorted by relevance
584 String simIsoCountry = TelephonyManager.from(phone.getContext()).getSimCountryIsoForPhone( in isInternationalRoaming()
377 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId()); in dial()
326 return mTelephonyManager.getSimCountryIsoForPhone(phoneId); in getSubscriptionCountryIso()
1965 return getSimCountryIsoForPhone(getDefaultPhone()); in getSimCountryIso()1976 return getSimCountryIsoForPhone(phoneId); in getSimCountryIso()1984 public String getSimCountryIsoForPhone(int phoneId) { in getSimCountryIsoForPhone() method in TelephonyManager