Home
last modified time | relevance | path

Searched refs:iso (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1125 String iso = ""; in pollStateDone() local
1129 iso = MccTable.countryCodeForMcc(Integer.parseInt(mcc)); in pollStateDone()
1136 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), iso); in pollStateDone() local
1141 if (!mNitzUpdatedTime && !mcc.equals("000") && !TextUtils.isEmpty(iso) && in pollStateDone()
1149 ArrayList<TimeZone> uniqueZones = TimeUtils.getTimeZonesWithUniqueOffsets(iso); in pollStateDone()
1153 log("pollStateDone: no nitz but one TZ for iso-cc=" + iso + in pollStateDone()
1161 " unique offsets for iso-cc='" + iso + in pollStateDone()
1177 " iso-cc='" + iso + in pollStateDone()
1178 "' iso-cc-idx=" + Arrays.binarySearch(GMT_COUNTRY_CODES, iso)); in pollStateDone()
1181 if ("".equals(iso) && mNeedFixZoneAfterNitz) { in pollStateDone()
[all …]
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3829 public void setSimCountryIso(String iso) { in setSimCountryIso() argument
3831 setSimCountryIsoForPhone(phoneId, iso); in setSimCountryIso()
3839 public void setSimCountryIsoForPhone(int phoneId, String iso) { in setSimCountryIsoForPhone() argument
3841 TelephonyProperties.PROPERTY_ICC_OPERATOR_ISO_COUNTRY, iso); in setSimCountryIsoForPhone()
4081 public void setNetworkCountryIso(String iso) { in setNetworkCountryIso() argument
4083 setNetworkCountryIsoForPhone(phoneId, iso); in setNetworkCountryIso()
4093 public void setNetworkCountryIsoForPhone(int phoneId, String iso) { in setNetworkCountryIsoForPhone() argument
4096 TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY, iso); in setNetworkCountryIsoForPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java54 MccEntry(int mnc, String iso, int smallestDigitsMCC) { in MccEntry() argument
55 if (iso == null) { in MccEntry()
59 mIso = iso; in MccEntry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java1601 String iso = ((TelephonyManager) mPhone.getContext(). in setTimeFromNITZString() local
1607 if (iso != null && iso.length() > 0) { in setTimeFromNITZString()
1610 iso); in setTimeFromNITZString()
1634 " iso=" + iso + " mGotCountryCode=" + mGotCountryCode + in setTimeFromNITZString()
DCDMAPhone.java1679 String iso = ""; in setIsoCountryProperty() local
1681 iso = MccTable.countryCodeForMcc(Integer.parseInt( in setIsoCountryProperty()
1689 log("setIsoCountryProperty: set 'gsm.sim.operator.iso-country' to iso=" + iso); in setIsoCountryProperty()
1690 tm.setSimCountryIsoForPhone(mPhoneId, iso); in setIsoCountryProperty()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1146 uint16_t iso = static_cast<uint16_t>(tempIso); in DngCreator_init() local
1147 BAIL_IF_INVALID(writer->addEntry(TAG_ISOSPEEDRATINGS, 1, &iso, in DngCreator_init()
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd310 href="http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html">ISO
/frameworks/base/docs/html/tools/devices/
Demulator.jd582 <pre>mksdcard 1024M sdcard1.iso</pre>