Searched refs:formatDurationHMS (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
H A D | SyncManagerTest.java | 187 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 D | SyncOperation.java | 414 SyncManager.formatDurationHMS(sb, in dump() 443 SyncManager.formatDurationHMS(sb, periodMillis); in dump() 445 SyncManager.formatDurationHMS(sb, flexMillis); in dump()
|
H A D | SyncManager.java | 2248 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 D | SyncStorageEngine.java | 1356 SyncManager.formatDurationHMS(event, elapsedTime); in stopSyncEvent()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 3025 HPLcom/android/server/content/SyncManager;->formatDurationHMS(Ljava/lang/StringBuilder;J)Ljava/lang…
|