Home
last modified time | relevance | path

Searched refs:offsetResult (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DTimeZoneLookupHelperTest.java164 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_filterByEffectiveDate() local
165 assertFalse(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_filterByEffectiveDate()
172 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_filterByEffectiveDate() local
173 assertTrue(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_filterByEffectiveDate()
187 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() local
188 assertTrue(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_multipleMatches()
195 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() local
196 assertTrue(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_multipleMatches()
204 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() local
205 assertFalse(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_multipleMatches()
/frameworks/base/core/java/android/util/
DTimeUtils.java81 CountryTimeZones.OffsetResult offsetResult = countryTimeZones.lookupByOffsetWithBias( in getIcuTimeZone() local
83 return offsetResult != null ? offsetResult.getTimeZone() : null; in getIcuTimeZone()