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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1190 // Test both paths if ignore nitz is true
1199 log("pollStateDone: no nitz but one TZ for iso-cc=" + iso +
1716 private void setTimeFromNITZString (String nitz, long nitzReceiveTime) { argument
1721 if (DBG) {log("NITZ: " + nitz + "," + nitzReceiveTime +
1733 String[] nitzSubs = nitz.split("[/:,+-]");
1754 boolean sign = (nitz.indexOf('-') == -1);
1773 // the host computer's timezone to the nitz string. this is zoneinfo
1820 String ignore = SystemProperties.get("gsm.ignore-nitz");
1822 log("NITZ: Not setting clock because gsm.ignore-nitz is set");
1838 + nitz);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1588 void setTimeFromNITZString (String nitz, long nitzReceiveTime) argument
1595 log("NITZ: " + nitz + "," + nitzReceiveTime +
1607 String[] nitzSubs = nitz.split("[/:,+-]");
1628 boolean sign = (nitz.indexOf('-') == -1);
1647 // the host computer's timezone to the nitz string. this is zoneinfo
1699 String ignore = SystemProperties.get("gsm.ignore-nitz");
1701 if (DBG) log("NITZ: Not setting clock because gsm.ignore-nitz is set");
1719 + nitz);
1753 + "ms gained=" + gained + "ms from " + nitz);
1769 if (DBG) log("NITZ: update nitz tim
[all...]

Completed in 31 milliseconds