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.java251 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, in handleMessage()
357 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, ""); in resetProperties()
DSIMRecords.java272 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
1492 mTelephonyManager.setSimCountryIsoForPhone( in onAllRecordsLoaded()
DRuimRecords.java779 mTelephonyManager.setSimCountryIsoForPhone( in onAllRecordsLoaded()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java4836 setSimCountryIsoForPhone(phoneId, iso); in setSimCountryIso()
4844 public void setSimCountryIsoForPhone(int phoneId, String iso) { in setSimCountryIsoForPhone() method in TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java335 tm.setSimCountryIsoForPhone(mPhoneId, ""); in setIsoCountryProperty()
348 tm.setSimCountryIsoForPhone(mPhoneId, iso); in setIsoCountryProperty()