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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java977 // Test both paths if ignore nitz is true
986 log("pollStateDone: no nitz but one TZ for iso-cc=" + iso +
1482 private void setTimeFromNITZString (String nitz, long nitzReceiveTime) { argument
1487 if (DBG) {log("NITZ: " + nitz + "," + nitzReceiveTime +
1499 String[] nitzSubs = nitz.split("[/:,+-]");
1520 boolean sign = (nitz.indexOf('-') == -1);
1539 // the host computer's timezone to the nitz string. this is zoneinfo
1584 String ignore = SystemProperties.get("gsm.ignore-nitz");
1586 log("NITZ: Not setting clock because gsm.ignore-nitz is set");
1602 + nitz);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1304 void setTimeFromNITZString (String nitz, long nitzReceiveTime) argument
1311 log("NITZ: " + nitz + "," + nitzReceiveTime +
1323 String[] nitzSubs = nitz.split("[/:,+-]");
1344 boolean sign = (nitz.indexOf('-') == -1);
1363 // the host computer's timezone to the nitz string. this is zoneinfo
1413 String ignore = SystemProperties.get("gsm.ignore-nitz");
1415 if (DBG) log("NITZ: Not setting clock because gsm.ignore-nitz is set");
1433 + nitz);
1467 + "ms gained=" + gained + "ms from " + nitz);
1483 if (DBG) log("NITZ: update nitz tim
[all...]

Completed in 50 milliseconds