Searched refs:AccountSyncStats (Results 1 – 2 of 2) sorted by relevance
2447 final Map<String, AccountSyncStats> accountMap = authoritySyncStats.accountMap; in dumpRecentHistory()2448 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory()2450 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()2507 final List<AccountSyncStats> sortedAccounts = in dumpRecentHistory()2508 new ArrayList<AccountSyncStats>( in dumpRecentHistory()2510 Collections.sort(sortedAccounts, new Comparator<AccountSyncStats>() { in dumpRecentHistory()2512 public int compare(AccountSyncStats lhs, AccountSyncStats rhs) { in dumpRecentHistory()2521 for (AccountSyncStats stats: sortedAccounts) { in dumpRecentHistory()2712 Map<String, AccountSyncStats> accountMap = Maps.newHashMap();2719 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…