Searched refs:AccountSyncStats (Results 1 – 2 of 2) sorted by relevance
2445 final Map<String, AccountSyncStats> accountMap = authoritySyncStats.accountMap; in dumpRecentHistory()2446 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory()2448 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()2505 final List<AccountSyncStats> sortedAccounts = in dumpRecentHistory()2506 new ArrayList<AccountSyncStats>( in dumpRecentHistory()2508 Collections.sort(sortedAccounts, new Comparator<AccountSyncStats>() { in dumpRecentHistory()2510 public int compare(AccountSyncStats lhs, AccountSyncStats rhs) { in dumpRecentHistory()2519 for (AccountSyncStats stats: sortedAccounts) { in dumpRecentHistory()2706 Map<String, AccountSyncStats> accountMap = Maps.newHashMap();2713 private static class AccountSyncStats { class in SyncManager[all …]
5821 …Lcom/android/server/content/SyncManager$AccountSyncStats;Lcom/android/server/content/SyncManager$A…5830 PLcom/android/server/content/SyncManager$AccountSyncStats;-><init>(Ljava/lang/String;Lcom/android/s…