Home
last modified time | relevance | path

Searched refs:TIME_CONFIDENCE_HIGH (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorStrategyImplTest.java19 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_HIGH;
248 script.verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_autoTimeEnabled()
435 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_autoTimeDisabled_suggestionMatchesSystemClock()
507 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock2()
532 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored()
549 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored()
562 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored()
574 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored()
613 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_timeDetectionToggled()
619 .verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_timeDetectionToggled()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemClockTime.java63 value = { TIME_CONFIDENCE_LOW, TIME_CONFIDENCE_HIGH })
73 public static final @TimeConfidence int TIME_CONFIDENCE_HIGH = 100; field in SystemClockTime
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DTimeDetectorStrategyImpl.java21 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_HIGH;
362 boolean userShouldConfirmTime = mEnvironment.systemClockConfidence() < TIME_CONFIDENCE_HIGH; in getTimeState()
373 ? TIME_CONFIDENCE_LOW : TIME_CONFIDENCE_HIGH;
401 @TimeConfidence int newTimeConfidence = TIME_CONFIDENCE_HIGH;
939 @TimeConfidence final int newTimeConfidence = TIME_CONFIDENCE_HIGH;
983 @TimeConfidence int newTimeConfidence = TIME_CONFIDENCE_HIGH;
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java46 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_HIGH;
3052 final int timeConfidence = TIME_CONFIDENCE_HIGH;