Home
last modified time | relevance | path

Searched refs:SystemClockTime (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DEnvironmentImpl.java30 import com.android.server.SystemClockTime;
31 import com.android.server.SystemClockTime.TimeConfidence;
79 return SystemClockTime.getTimeConfidence(); in systemClockConfidence()
93 SystemClockTime.setConfidence(confidence, logMsg); in setSystemClockConfidence()
110 SystemClockTime.addDebugLogEntry(logMsg); in addDebugLogEntry()
125 SystemClockTime.dump(pw); in dumpDebugLog()
H A DTimeDetectorStrategyImpl.java21 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_HIGH;
22 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_LOW;
46 import com.android.server.SystemClockTime;
47 import com.android.server.SystemClockTime.TimeConfidence;
574 SystemClockTime.dump(ipw);
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemClockTime.java38 public final class SystemClockTime { class
85 private SystemClockTime() { in SystemClockTime() method in SystemClockTime
118 synchronized (SystemClockTime.class) { in setTimeAndConfidence()
134 synchronized (SystemClockTime.class) { in setConfidence()
151 synchronized (SystemClockTime.class) { in getTimeConfidence()
H A DAlarmManagerInternal.java22 import com.android.server.SystemClockTime.TimeConfidence;
H A DOWNERS40 per-file SystemClockTime.java = file:/services/core/java/com/android/server/timedetector/OWNERS
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorStrategyImplTest.java19 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_HIGH;
20 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_LOW;
49 import com.android.server.SystemClockTime.TimeConfidence;
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java46 import static com.android.server.SystemClockTime.TIME_CONFIDENCE_HIGH;
159 import com.android.server.SystemClockTime;
160 import com.android.server.SystemClockTime.TimeConfidence;
4682 SystemClockTime.initializeIfRequired(); in initializeTimeIfRequired()
4689 SystemClockTime.setTimeAndConfidence(unixEpochMillis, confidence, logMsg); in setCurrentTimeMillis()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java171 import com.android.server.SystemClockTime.TimeConfidence;
/aosp14/frameworks/base/services/
H A Dart-profile12277 Lcom/android/server/SystemClockTime;