Home
last modified time | relevance | path

Searched refs:QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/timezonedetector/
DTelephonyTimeZoneSuggestion.java122 QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS })
142 public static final int QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS = 3; field in TelephonyTimeZoneSuggestion
379 || quality == QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS); in validate()
456 return QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS; in parseQualityCommandLineArg()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DTimeZoneSuggesterImplTest.java23 …roid.app.timezonedetector.TelephonyTimeZoneSuggestion.QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSET…
124 .setQuality(QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS) in test_uniqueUsZone()
198 .setQuality(QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS) in test_nonUniqueUsZone()
461 .setQuality(QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS) in test_bogusUniqueUsNitzSignal()
604 .setQuality(QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS) in test_noCountryDefaultBoost()
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/
DTelephonyTimeZoneSuggestionTest.java114 TelephonyTimeZoneSuggestion.QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS); in testEquals()
122 TelephonyTimeZoneSuggestion.QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS); in testEquals()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DTimeZoneSuggesterImpl.java266 quality = TelephonyTimeZoneSuggestion.QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS; in findTimeZoneFromNetworkCountryCode()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImpl.java21 …roid.app.timezonedetector.TelephonyTimeZoneSuggestion.QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSET…
590 } else if (suggestion.getQuality() == QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS) {
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java29 …roid.app.timezonedetector.TelephonyTimeZoneSuggestion.QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSET…
106 QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS, TELEPHONY_SCORE_LOW),
454 QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS, TELEPHONY_SCORE_LOW); in testTelephonySuggestionsWhenTimeZoneUninitialized()