Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2584 int maxAccount = 0; in dumpRecentHistory() local
2605 if (length > maxAccount) { in dumpRecentHistory()
2606 maxAccount = length; in dumpRecentHistory()
2650 final int maxLength = Math.max(maxAuthority, maxAccount + 3); in dumpRecentHistory()
2711 final String format = " %-" + maxAccount + "s %-" + maxAuthority + "s %s\n"; in dumpRecentHistory()