Searched refs:offsetResult (Results 1 – 2 of 2) sorted by relevance
164 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_filterByEffectiveDate() local165 assertFalse(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_filterByEffectiveDate()172 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_filterByEffectiveDate() local173 assertTrue(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_filterByEffectiveDate()187 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() local188 assertTrue(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_multipleMatches()195 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() local196 assertTrue(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_multipleMatches()204 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() local205 assertFalse(offsetResult.isOnlyMatch()); in testLookupByNitzCountry_multipleMatches()
81 CountryTimeZones.OffsetResult offsetResult = countryTimeZones.lookupByOffsetWithBias( in getIcuTimeZone() local83 return offsetResult != null ? offsetResult.getTimeZone() : null; in getIcuTimeZone()