Searched refs:isoCountryCode (Results 1 – 2 of 2) sorted by relevance
1051 protected void fixTimeZone(String isoCountryCode) { in fixTimeZone() argument1059 " iso-cc='" + isoCountryCode + in fixTimeZone()1060 "' iso-cc-idx=" + Arrays.binarySearch(GMT_COUNTRY_CODES, isoCountryCode)); in fixTimeZone()1064 && (Arrays.binarySearch(GMT_COUNTRY_CODES, isoCountryCode) < 0)) { in fixTimeZone()1086 } else if (isoCountryCode.equals("")) { in fixTimeZone()1092 zone = TimeUtils.getTimeZone(mZoneOffset, mZoneDst, mZoneTime, isoCountryCode); in fixTimeZone()1244 String isoCountryCode = ""; in pollStateDone() local1247 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt( in pollStateDone()1255 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDone() local1262 fixTimeZone(isoCountryCode); in pollStateDone()
500 String isoCountryCode = ""; in pollStateDone() local503 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(operatorNumeric in pollStateDone()511 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDone() local518 fixTimeZone(isoCountryCode); in pollStateDone()