Searched refs:accountSyncStats (Results 1 – 1 of 1) sorted by relevance
2448 AccountSyncStats accountSyncStats = accountMap.get(accountKey); in dumpRecentHistory() local2449 if (accountSyncStats == null) { in dumpRecentHistory()2450 accountSyncStats = new AccountSyncStats(accountKey); in dumpRecentHistory()2451 accountMap.put(accountKey, accountSyncStats); in dumpRecentHistory()2453 accountSyncStats.elapsedTime += elapsedTime; in dumpRecentHistory()2454 accountSyncStats.times++; in dumpRecentHistory()