Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2666 final Map<String, AccountSyncStats> accountMap = authoritySyncStats.accountMap; in dumpRecentHistory()
2667 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory()
2669 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()
2726 final List<AccountSyncStats> sortedAccounts = in dumpRecentHistory()
2727 new ArrayList<AccountSyncStats>( in dumpRecentHistory()
2729 Collections.sort(sortedAccounts, new Comparator<AccountSyncStats>() { in dumpRecentHistory()
2731 public int compare(AccountSyncStats lhs, AccountSyncStats rhs) { in dumpRecentHistory()
2740 for (AccountSyncStats stats: sortedAccounts) { in dumpRecentHistory()
2927 Map<String, AccountSyncStats> accountMap = Maps.newHashMap();
2934 private static class AccountSyncStats { class in SyncManager
[all …]