Searched defs:isoCountryCode (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1058 protected void fixTimeZone(String isoCountryCode) { argument
1066 " iso-cc='" + isoCountryCode +
1067 "' iso-cc-idx=" + Arrays.binarySearch(GMT_COUNTRY_CODES, isoCountryCode));
1071 && (Arrays.binarySearch(GMT_COUNTRY_CODES, isoCountryCode) < 0)) {
1093 } else if (isoCountryCode.equals("")) {
1099 zone = TimeUtils.getTimeZone(mZoneOffset, mZoneDst, mZoneTime, isoCountryCode);
1293 String isoCountryCode = "";
1296 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(
1304 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode);
1311 fixTimeZone(isoCountryCode);
[all...]

Completed in 32 milliseconds