Searched refs:isoCountryCode (Results 1 – 1 of 1) sorted by relevance
2865 String isoCountryCode = ""; in pollStateDoneCdma() local2868 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt( in pollStateDoneCdma()2876 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDoneCdma() local2883 fixTimeZone(isoCountryCode); in pollStateDoneCdma()3125 String isoCountryCode = ""; in pollStateDoneCdmaLte() local3128 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(operatorNumeric in pollStateDoneCdmaLte()3136 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDoneCdmaLte() local3143 fixTimeZone(isoCountryCode); in pollStateDoneCdmaLte()3273 protected void fixTimeZone(String isoCountryCode) { in fixTimeZone() argument3281 " iso-cc='" + isoCountryCode + in fixTimeZone()[all …]