Home
last modified time | relevance | path

Searched refs:setSimCountryIsoForPhone (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java248 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, in handleMessage()
354 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, ""); in resetProperties()
DSIMRecords.java290 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
1602 mTelephonyManager.setSimCountryIsoForPhone( in onAllRecordsLoaded()
DRuimRecords.java779 mTelephonyManager.setSimCountryIsoForPhone( in onAllRecordsLoaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java336 tm.setSimCountryIsoForPhone(mPhoneId, ""); in setIsoCountryProperty()
349 tm.setSimCountryIsoForPhone(mPhoneId, iso); in setIsoCountryProperty()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java5760 setSimCountryIsoForPhone(phoneId, iso); in setSimCountryIso()
5768 public void setSimCountryIsoForPhone(int phoneId, String iso) { in setSimCountryIsoForPhone() method in TelephonyManager