Searched refs:setNetworkCountryIsoForPhone (Results 1 – 2 of 2) sorted by relevance
2632 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), ""); in pollStateDoneGsm()2647 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), iso); in pollStateDoneGsm()2862 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), ""); in pollStateDoneCdma()2876 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDoneCdma()3122 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), ""); in pollStateDoneCdmaLte()3136 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDoneCdmaLte()
5088 setNetworkCountryIsoForPhone(phoneId, iso); in setNetworkCountryIso()5098 public void setNetworkCountryIsoForPhone(int phoneId, String iso) { in setNetworkCountryIsoForPhone() method in TelephonyManager