Home
last modified time | relevance | path

Searched refs:formatDurationHMS (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncManagerTest.java187 assertEquals("-1m01s", SyncManager.formatDurationHMS(sb, -61000L).toString()); in testFormatDurationHMS()
195 assertEquals(expected, SyncManager.formatDurationHMS(sb, time * 1000).toString()); in checkFormatDurationHMS()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java414 SyncManager.formatDurationHMS(sb, in dump()
443 SyncManager.formatDurationHMS(sb, periodMillis); in dump()
445 SyncManager.formatDurationHMS(sb, flexMillis); in dump()
H A DSyncManager.java2248 public static StringBuilder formatDurationHMS(StringBuilder sb, long duration) { in formatDurationHMS() method in SyncManager
2352 pw.print("Uptime: "); pw.print(formatDurationHMS(sb, now)); in dumpSyncState()
2357 pw.print(formatDurationHMS(sb, in dumpSyncState()
2370 pw.print(formatDurationHMS(sb, durationInSeconds)); in dumpSyncState()
2466 formatDurationHMS(sb, stats.totalElapsedTime)); in dumpSyncState()
H A DSyncStorageEngine.java1356 SyncManager.formatDurationHMS(event, elapsedTime); in stopSyncEvent()
/aosp14/frameworks/base/services/
H A Dart-profile3025 HPLcom/android/server/content/SyncManager;->formatDurationHMS(Ljava/lang/StringBuilder;J)Ljava/lang…