Home
last modified time | relevance | path

Searched refs:isoCountryCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java1051 protected void fixTimeZone(String isoCountryCode) { in fixTimeZone() argument
1059 " 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() local
1247 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt( in pollStateDone()
1255 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDone() local
1262 fixTimeZone(isoCountryCode); in pollStateDone()
DCdmaLteServiceStateTracker.java500 String isoCountryCode = ""; in pollStateDone() local
503 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(operatorNumeric in pollStateDone()
511 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode); in pollStateDone() local
518 fixTimeZone(isoCountryCode); in pollStateDone()