Home
last modified time | relevance | path

Searched refs:TIME_CONFIDENCE_LOW (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DTimeDetectorStrategyImplTest.java20 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_LOW;
136 ARBITRARY_CLOCK_INITIALIZATION_INFO, TIME_CONFIDENCE_LOW); in setUp()
236 .verifySystemClockConfidence(TIME_CONFIDENCE_LOW); in testSuggestTelephonyTime_autoTimeEnabled()
256 .verifySystemClockConfidence(TIME_CONFIDENCE_LOW); in testSuggestTelephonyTime_emptySuggestionIgnored()
262 .verifySystemClockConfidence(TIME_CONFIDENCE_LOW) in testSuggestTelephonyTime_emptySuggestionIgnored()
415 .pokeFakeClocks(initialClockTime, TIME_CONFIDENCE_LOW) in testSuggestTelephonyTime_autoTimeDisabled_suggestionMatchesSystemClock()
452 Script script = new Script().pokeFakeClocks(initialClockTime, TIME_CONFIDENCE_LOW) in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock()
472 .verifySystemClockConfidence(TIME_CONFIDENCE_LOW) in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock()
519 .verifySystemClockConfidence(TIME_CONFIDENCE_LOW); in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored()
588 .verifySystemClockConfidence(TIME_CONFIDENCE_LOW); in testSuggestTelephonyTime_timeDetectionToggled()
[all …]
/frameworks/base/services/core/java/com/android/server/
DSystemClockTime.java63 value = { TIME_CONFIDENCE_LOW, TIME_CONFIDENCE_HIGH })
68 public static final @TimeConfidence int TIME_CONFIDENCE_LOW = 0; field in SystemClockTime
81 private static @TimeConfidence int sTimeConfidence = TIME_CONFIDENCE_LOW;
103 setTimeAndConfidence(systemBuildTime, TIME_CONFIDENCE_LOW, logMsg); in initializeIfRequired()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategyImpl.java22 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_LOW;
373 ? TIME_CONFIDENCE_LOW : TIME_CONFIDENCE_HIGH;