Searched refs:mTimeZoneLookupHelper (Results 1 – 3 of 3) sorted by relevance
54 private TimeZoneLookupHelper mTimeZoneLookupHelper; field in TimeZoneLookupHelperTest58 mTimeZoneLookupHelper = new TimeZoneLookupHelper(); in setUp()235 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown()249 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown()263 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown()277 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown()290 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown()307 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown()342 mTimeZoneLookupHelper.lookupByCountry("de", nhSummerTimeMillis)); in testLookupByCountry_oneEffectiveZone()344 mTimeZoneLookupHelper.lookupByCountry("de", nhWinterTimeMillis)); in testLookupByCountry_oneEffectiveZone()[all …]
53 private TimeZoneLookupHelper mTimeZoneLookupHelper; field in NitzStateMachineTestSupportTest58 mTimeZoneLookupHelper = new TimeZoneLookupHelper(); in setUp()71 mTimeZoneLookupHelper.lookupByCountry( in test_uniqueUs_assumptions()80 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_uniqueUs_assumptions()90 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_uniqueUs_assumptions()107 mTimeZoneLookupHelper.lookupByCountry( in test_nonUniqueUs_assumptions()134 mTimeZoneLookupHelper.lookupByCountry( in test_unitedKingdom_assumptions()142 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_unitedKingdom_assumptions()159 mTimeZoneLookupHelper.lookupByCountry( in test_newZealand_assumptions()197 mTimeZoneLookupHelper.lookupByCountry( in test_czechia_assumptions()[all …]
46 private final TimeZoneLookupHelper mTimeZoneLookupHelper; field in TimeZoneSuggesterImpl52 mTimeZoneLookupHelper = Objects.requireNonNull(timeZoneLookupHelper); in TimeZoneSuggesterImpl()146 mTimeZoneLookupHelper.lookupByNitz(nitzData); in findTimeZoneForTestNetwork()187 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, countryIsoCode); in findTimeZoneFromCountryAndNitz()202 CountryResult countryResult = mTimeZoneLookupHelper.lookupByCountry( in findTimeZoneFromCountryAndNitz()251 CountryResult lookupResult = mTimeZoneLookupHelper.lookupByCountry( in findTimeZoneFromNetworkCountryCode()297 return mTimeZoneLookupHelper.countryUsesUtc( in countryUsesUtc()