Searched refs:lookupByNitzCountry (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
D | TimeZoneLookupHelperTest.java | 173 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_filterByEffectiveDate() 181 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_filterByEffectiveDate() 196 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() 204 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() 213 OffsetResult offsetResult = mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, usIso); in testLookupByNitzCountry_multipleMatches() 241 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown() 255 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown() 269 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown() 283 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown() 296 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, adIso); in testLookupByNitzCountry_dstKnownAndUnknown() [all …]
|
D | NitzStateMachineTestSupportTest.java | 86 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_uniqueUs_assumptions() 96 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_uniqueUs_assumptions() 120 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_nonUniqueUs_assumptions() 148 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_unitedKingdom_assumptions() 176 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_newZealand_assumptions() 188 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_newZealand_assumptions() 211 OffsetResult actualLookupResult = mTimeZoneLookupHelper.lookupByNitzCountry( in test_czechia_assumptions()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/ |
D | TimeZoneLookupHelper.java | 129 public OffsetResult lookupByNitzCountry( in lookupByNitzCountry() method in TimeZoneLookupHelper
|
D | TimeZoneSuggesterImpl.java | 187 mTimeZoneLookupHelper.lookupByNitzCountry(nitzData, countryIsoCode); in findTimeZoneFromCountryAndNitz()
|