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