Home
last modified time | relevance | path

Searched defs:nitzString (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DTimeZoneLookupHelperTest.java163 String nitzString = "10/11/05,00:00:00-24,1"; // 2010-11-05 00:00:00 UTC, UTC-6, DST in testLookupByNitzCountry_filterByEffectiveDate() local
173 String nitzString = "11/11/05,00:00:00-24,1"; // 2011-11-05 00:00:00 UTC, UTC-6, DST in testLookupByNitzCountry_filterByEffectiveDate() local
188 String nitzString = "15/06/01,00:00:00-24,1"; // 2015-06-01 00:00:00 UTC, UTC-6, DST in testLookupByNitzCountry_multipleMatches() local
196 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
205 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/
DServiceStateTracker.java1438 String nitzString = (String)((Object[])ar.result)[0]; in handleMessage() local
4488 private void setTimeFromNITZString(String nitzString, long nitzReceiveTime) { in setTimeFromNITZString()