Searched refs:TIME_CONFIDENCE_LOW (Results 1 – 3 of 3) sorted by relevance
20 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 …]
63 value = { TIME_CONFIDENCE_LOW, TIME_CONFIDENCE_HIGH })68 public static final @TimeConfidence int TIME_CONFIDENCE_LOW = 0; field in SystemClockTime81 private static @TimeConfidence int sTimeConfidence = TIME_CONFIDENCE_LOW;103 setTimeAndConfidence(systemBuildTime, TIME_CONFIDENCE_LOW, logMsg); in initializeIfRequired()
22 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_LOW;373 ? TIME_CONFIDENCE_LOW : TIME_CONFIDENCE_HIGH;