Searched refs:TIME_ZONE_CONFIDENCE_LOW (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemTimeZone.java | 65 value = { TIME_ZONE_CONFIDENCE_LOW, TIME_ZONE_CONFIDENCE_HIGH }) 70 public static final @TimeZoneConfidence int TIME_ZONE_CONFIDENCE_LOW = 0; field in SystemTimeZone 96 setTimeZoneId(DEFAULT_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW, logInfo); in initializeTimeZoneSettingsIfRequired() 176 TIME_ZONE_CONFIDENCE_SYSTEM_PROPERTY, TIME_ZONE_CONFIDENCE_LOW); in getTimeZoneConfidence() 178 confidence = TIME_ZONE_CONFIDENCE_LOW; in getTimeZoneConfidence() 196 return confidence >= TIME_ZONE_CONFIDENCE_LOW && confidence <= TIME_ZONE_CONFIDENCE_HIGH; in isValidTimeZoneConfidence()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImplTest.java | 37 import static com.android.server.SystemTimeZone.TIME_ZONE_CONFIDENCE_LOW; 412 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testEmptyTelephonySuggestions() 577 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testTelephonySuggestionsSingleSlotId() 643 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testTelephonySuggestionMultipleSlotIndexSuggestionScoringAndSlotIndexBias() 782 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in checkManualSuggestion_unrestricted_autoDetectionEnabled() 799 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testManualSuggestion_autoDetectNotSupported() 823 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testManualSuggestion_autoTimeEnabled_userRestrictions() 845 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testManualSuggestion_autoTimeDisabled_userRestrictions() 1481 script.initializeTimeZoneSetting(timeZoneId, TIME_ZONE_CONFIDENCE_LOW); in testGetTimeZoneState() 1523 .initializeTimeZoneSetting(timeZoneId, TIME_ZONE_CONFIDENCE_LOW) in testConfirmTimeZone() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImpl.java | 26 import static com.android.server.SystemTimeZone.TIME_ZONE_CONFIDENCE_LOW; 389 ? TIME_ZONE_CONFIDENCE_LOW : TIME_ZONE_CONFIDENCE_HIGH;
|