Searched refs:syncReportMap (Results 1 – 1 of 1) sorted by relevance
263 HashMap<Long, AccountSyncReport> syncReportMap = MailService.mSyncReports; in testSetupSyncReportsLocked() local264 synchronized (syncReportMap) { in testSetupSyncReportsLocked()266 AccountSyncReport syncReport = syncReportMap.get(easAccount.mId); in testSetupSyncReportsLocked()270 syncReport = syncReportMap.get(imapAccount.mId); in testSetupSyncReportsLocked()273 syncReport = syncReportMap.get(pop3Account.mId); in testSetupSyncReportsLocked()280 syncReportMap.clear(); in testSetupSyncReportsLocked()282 syncReport = syncReportMap.get(easAccount.mId); in testSetupSyncReportsLocked()324 HashMap<Long, AccountSyncReport> syncReportMap = MailService.mSyncReports; in testSetupSyncReportsWithBadAccounts() local325 assertEquals(0, syncReportMap.size()); in testSetupSyncReportsWithBadAccounts()