Searched refs:TIME_ZONE_CONFIDENCE_LOW (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
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()
|
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/ |
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() 525 script.initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testTogglingAutoDetection_autoTelephony() 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() 866 .initializeTimeZoneSetting(ARBITRARY_TIME_ZONE_ID, TIME_ZONE_CONFIDENCE_LOW) in testLocationAlgorithmEvent_statusChangesOnly() [all …]
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | TimeZoneDetectorStrategyImpl.java | 26 import static com.android.server.SystemTimeZone.TIME_ZONE_CONFIDENCE_LOW; 389 ? TIME_ZONE_CONFIDENCE_LOW : TIME_ZONE_CONFIDENCE_HIGH;
|