Searched refs:accountSyncStats (Results 1 – 1 of 1) sorted by relevance
2476 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory() local2477 if (accountSyncStats == null) { in dumpRecentHistory()2478 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()2479 accountMap.put(accountKey, accountSyncStats); in dumpRecentHistory()2481 accountSyncStats.elapsedTime += elapsedTime; in dumpRecentHistory()2482 accountSyncStats.times++; in dumpRecentHistory()