Searched refs:getSimCountryIsoForPhone (Results 1 – 6 of 6) sorted by relevance
1328 mTelephonyManager.getSimCountryIsoForPhone(mPhone.getPhoneId()); in checkDestination()1346 mTelephonyManager.getSimCountryIsoForPhone(mPhone.getPhoneId()); in checkDestination()
531 String iso = tm.getSimCountryIsoForPhone(phoneId); in handleSimLoaded()
410 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId()); in dialCdma()
452 !iso.equals(mTelephonyManager.getSimCountryIsoForPhone(mPhoneId))) { in handleSimCountryIsoOverride()
3534 return getSimCountryIsoForPhone(getPhoneId()); in getSimCountryIso()3546 return getSimCountryIsoForPhone(phoneId); in getSimCountryIso()3555 public String getSimCountryIsoForPhone(int phoneId) { in getSimCountryIsoForPhone() method in TelephonyManager
14380 HSPLandroid/telephony/TelephonyManager;->getSimCountryIsoForPhone(I)Ljava/lang/String;