Home | History | Annotate | Download | only in service

Lines Matching refs:AccountSyncReport

100     /*package*/ static HashMap<Long,AccountSyncReport> mSyncReports =
101 new HashMap<Long,AccountSyncReport>();
181 for (AccountSyncReport report: mSyncReports.values()) {
299 HashMap<Long,AccountSyncReport> oldSyncReports =
300 new HashMap<Long,AccountSyncReport>(mSyncReports);
306 for (AccountSyncReport newReport : mSyncReports.values()) {
307 AccountSyncReport oldReport = oldSyncReports.get(newReport.accountId);
331 AccountSyncReport nextAccount = null;
334 for (AccountSyncReport report : mSyncReports.values()) {
436 static class AccountSyncReport {
526 AccountSyncReport report = new AccountSyncReport();
564 private AccountSyncReport updateAccountReport(long accountId, int newCount) {
568 AccountSyncReport report = mSyncReports.get(accountId);
606 AccountSyncReport report = mSyncReports.get(accountId);