Searched refs:accountSyncStats (Results 1 – 1 of 1) sorted by relevance
2465 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory() local2466 if (accountSyncStats == null) { in dumpRecentHistory()2467 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()2468 accountMap.put(accountKey, accountSyncStats); in dumpRecentHistory()2470 accountSyncStats.elapsedTime += elapsedTime; in dumpRecentHistory()2471 accountSyncStats.times++; in dumpRecentHistory()