Searched defs:nitzString (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
D | TimeZoneLookupHelperTest.java | 160 String nitzString = "10/11/05,00:00:00-24,1"; // 2010-11-05 00:00:00 UTC, UTC-6, DST in testLookupByNitzCountry_filterByEffectiveDate() local 170 String nitzString = "11/11/05,00:00:00-24,1"; // 2011-11-05 00:00:00 UTC, UTC-6, DST in testLookupByNitzCountry_filterByEffectiveDate() local 185 String nitzString = "15/06/01,00:00:00-24,1"; // 2015-06-01 00:00:00 UTC, UTC-6, DST in testLookupByNitzCountry_multipleMatches() local 193 String nitzString = "15/06/01,00:00:00-28,0"; // 2015-06-01 00:00:00 UTC, UTC-7, not DST in testLookupByNitzCountry_multipleMatches() local 202 String nitzString = "15/01/01,00:00:00-28,0"; // 2015-01-01 00:00:00 UTC, UTC-7, not DST in testLookupByNitzCountry_multipleMatches() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 1344 String nitzString = (String)((Object[])ar.result)[0]; in handleMessage() local 4152 private void setTimeFromNITZString(String nitzString, long nitzReceiveTime) { in setTimeFromNITZString()
|