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.java267 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, in handleMessage()
374 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, ""); in resetProperties()
DSIMRecords.java252 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
1461 mTelephonyManager.setSimCountryIsoForPhone( in onAllRecordsLoaded()
DRuimRecords.java827 mTelephonyManager.setSimCountryIsoForPhone( in onAllRecordsLoaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java1677 tm.setSimCountryIsoForPhone(mPhoneId, ""); in setIsoCountryProperty()
1690 tm.setSimCountryIsoForPhone(mPhoneId, iso); in setIsoCountryProperty()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3831 setSimCountryIsoForPhone(phoneId, iso); in setSimCountryIso()
3839 public void setSimCountryIsoForPhone(int phoneId, String iso) { in setSimCountryIsoForPhone() method in TelephonyManager