/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemClockTime.java | 100 String logMsg = "Current time only " + currentTimeMillis in initializeIfRequired() local 102 Slog.i(TAG, logMsg); in initializeIfRequired() 103 setTimeAndConfidence(systemBuildTime, TIME_CONFIDENCE_LOW, logMsg); in initializeIfRequired() 117 @CurrentTimeMillisLong long unixEpochMillis, int confidence, @NonNull String logMsg) { in setTimeAndConfidence() argument 121 sTimeDebugLog.log(logMsg); in setTimeAndConfidence() 133 public static void setConfidence(@TimeConfidence int confidence, @NonNull String logMsg) { in setConfidence() argument 136 sTimeDebugLog.log(logMsg); in setConfidence() 161 public static void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument 162 sTimeDebugLog.log(logMsg); in addDebugLogEntry()
|
H A D | SystemTimeZone.java | 105 public static void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument 106 sTimeZoneDebugLog.log(logMsg); in addDebugLogEntry() 145 String logMsg = "Time zone or confidence set: " in setTimeZoneId() local 149 addDebugLogEntry(logMsg); in setTimeZoneId()
|
H A D | AlarmManagerInternal.java | 75 String logMsg); in setTime() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImpl.java | 166 @NonNull String logMsg); in setSystemClock() argument 177 void addDebugLogEntry(@NonNull String logMsg); in addDebugLogEntry() argument 412 Slog.d(LOG_TAG, logMsg); 466 String logMsg = "updateConfiguration:" 522 logMsg = new StringBuilder(logMsg) 527 addDebugLogEntry(logMsg); 550 Slog.d(LOG_TAG, logMsg); 552 mEnvironment.addDebugLogEntry(logMsg); 1009 Slog.d(LOG_TAG, logMsg); 1091 Slog.d(LOG_TAG, logMsg); [all …]
|
H A D | EnvironmentImpl.java | 85 @NonNull String logMsg) { in setSystemClock() argument 87 mAlarmManagerInternal.setTime(newTimeMillis, confidence, logMsg); in setSystemClock() 91 public void setSystemClockConfidence(@TimeConfidence int confidence, @NonNull String logMsg) { in setSystemClockConfidence() argument 93 SystemClockTime.setConfidence(confidence, logMsg); in setSystemClockConfidence() 109 public void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument 110 SystemClockTime.addDebugLogEntry(logMsg); in addDebugLogEntry()
|
H A D | NetworkTimeUpdateService.java | 587 String logMsg = "mLastRefreshAttemptElapsedRealtimeMillis unexpectedly missing." in refreshAndRescheduleIfRequired() local 589 Log.w(TAG, logMsg); in refreshAndRescheduleIfRequired() 590 logToDebugAndDumpsys(logMsg); in refreshAndRescheduleIfRequired() 598 String logMsg = "nextRefreshElapsedRealtimeMillis is a time in the past." in refreshAndRescheduleIfRequired() local 600 Log.w(TAG, logMsg); in refreshAndRescheduleIfRequired() 601 logToDebugAndDumpsys(logMsg); in refreshAndRescheduleIfRequired() 705 private void logToDebugAndDumpsys(String logMsg) { in logToDebugAndDumpsys() argument 707 Log.d(TAG, logMsg); in logToDebugAndDumpsys() 709 mLocalDebugLog.log(logMsg); in logToDebugAndDumpsys()
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImpl.java | 99 void addDebugLogEntry(@NonNull String logMsg); in addDebugLogEntry() argument 310 String logMsg = "updateConfiguration:" in updateConfiguration() local 314 updateCurrentConfigurationInternalIfRequired(logMsg); in updateConfiguration() 334 logTimeZoneDebugInfo(logMsg); in updateCurrentConfigurationInternalIfRequired() 509 String logMsg = "enableTelephonyTimeZoneFallback: " 513 logTimeZoneDebugInfo(logMsg); 736 logTimeZoneDebugInfo(logMsg); 741 private void logTimeZoneDebugInfo(@NonNull String logMsg) { in logTimeZoneDebugInfo() argument 743 Slog.d(LOG_TAG, logMsg); in logTimeZoneDebugInfo() 745 mEnvironment.addDebugLogEntry(logMsg); in logTimeZoneDebugInfo() [all …]
|
H A D | EnvironmentImpl.java | 72 public void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument 73 SystemTimeZone.addDebugLogEntry(logMsg); in addDebugLogEntry()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/net/ |
H A D | SntpClientTest.java | 330 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local 339 assertTrue(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 342 assertFalse(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 345 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptOnlyServerAndBroadcastModes() 346 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptOnlyServerAndBroadcastModes() 359 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local 365 assertTrue(logMsg, rval); in testAcceptableStrataOnly() 367 assertFalse(logMsg, rval); in testAcceptableStrataOnly() 369 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptableStrataOnly() 370 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptableStrataOnly()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | NtpNetworkTimeHelper.java | 250 private void logWarn(String logMsg) { in logWarn() argument 251 mDumpLog.log(logMsg); in logWarn() 252 Log.e(TAG, logMsg); in logWarn()
|
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
H A D | TrackerDataHelper.java | 90 public void writeEntry(String tag, String logMsg) { in writeEntry() argument 91 writeEntry(TrackerEntry.createEntry(tag, logMsg)); in writeEntry()
|
/aosp14/frameworks/base/cmds/incident_helper/src/parsers/ |
H A D | SystemPropertiesParser.cpp | 91 Message logMsg(&logTable); in Parse() local 92 sysProp.addSubMessage(SystemPropertiesProto::LOG, &logMsg); in Parse()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/ |
H A D | QSLogger.kt | 46 fun logException(@CompileTimeConstant logMsg: String, ex: Exception) { 47 buffer.log(TAG, ERROR, {}, { logMsg }, exception = ex)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
H A D | KeyguardUpdateMonitorLogger.kt | 100 fun logException(ex: Exception, @CompileTimeConstant logMsg: String) { 101 logBuffer.log(TAG, ERROR, {}, { logMsg }, exception = ex)
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImplTest.java | 2082 long newTimeMillis, @TimeConfidence int confidence, String logMsg) { in setSystemClock() argument 2090 public void setSystemClockConfidence(@TimeConfidence int confidence, String logMsg) { in setSystemClockConfidence() argument 2102 public void addDebugLogEntry(String logMsg) { in addDebugLogEntry() argument
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | AlarmManagerService.java | 2197 @NonNull String logMsg) { in setTimeImpl() argument 2200 mInjector.setCurrentTimeMillis(newSystemClockTimeMillis, confidence, logMsg); in setTimeImpl() 2785 String logMsg) { in setTime() argument 2786 setTimeImpl(unixEpochTimeMillis, confidence, logMsg); in setTime() 4688 @NonNull String logMsg) { in setCurrentTimeMillis() argument 4689 SystemClockTime.setTimeAndConfidence(unixEpochMillis, confidence, logMsg); in setCurrentTimeMillis()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImplTest.java | 1778 public void addDebugLogEntry(String logMsg) { in addDebugLogEntry() argument
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
H A D | AlarmManagerServiceTest.java | 367 @TimeConfidence int confidence, String logMsg) { in setCurrentTimeMillis() argument
|