Home
last modified time | relevance | path

Searched refs:getMatchType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
H A DTimeZoneSuggesterImplTest.java144 assertEquals(MATCH_TYPE_TEST_NETWORK_OFFSET_ONLY, actualSuggestion.getMatchType()); in test_uniqueUsZone()
216 assertEquals(MATCH_TYPE_TEST_NETWORK_OFFSET_ONLY, actualSuggestion.getMatchType()); in test_nonUniqueUsZone()
234 assertEquals(MATCH_TYPE_NETWORK_COUNTRY_AND_OFFSET, actualSuggestion.getMatchType()); in test_nonUniqueUsZone()
285 assertEquals(MATCH_TYPE_TEST_NETWORK_OFFSET_ONLY, actualSuggestion.getMatchType()); in test_unitedKingdom()
364 assertEquals(MATCH_TYPE_TEST_NETWORK_OFFSET_ONLY, actualSuggestion.getMatchType()); in test_cz()
H A DNitzStateMachineImplTest.java218 expectedTimeZoneSuggestion.getMatchType()); in test_emptyCountryString_countryReceivedFirst()
262 expectedTimeZoneSuggestion.getMatchType()); in test_emptyCountryStringUsTime_nitzReceivedFirst()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImpl.java401 } else if (suggestion.getMatchType() == MATCH_TYPE_TEST_NETWORK_OFFSET_ONLY in scoreTelephonySuggestion()
402 || suggestion.getMatchType() == MATCH_TYPE_EMULATOR_ZONE_ID) { in scoreTelephonySuggestion()
/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestion.java216 public int getMatchType() { in getMatchType() method in TelephonyTimeZoneSuggestion