Searched refs:cumulativeRewards (Results 1 – 4 of 4) sorted by relevance
74 public long cumulativeRewards = 0; field in Analyst.Report110 cumulativeRewards = 0; in clear()273 report.cumulativeRewards += transaction.delta; in noteTransaction()370 ? cakeToString(report.cumulativeRewards / report.cumulativeBatteryDischarge) in dump()373 cakeToString(report.cumulativeRewards), in dump()374 cakeToString(report.cumulativeRewards / report.numRewards), in dump()
592 report.cumulativeRewards = parser.getAttributeLong(null, XML_ATTR_PR_REWARDS); in readReportFromXml()794 out.attributeLong(null, XML_ATTR_PR_REWARDS, report.cumulativeRewards); in writeReport()
166 expected.cumulativeRewards += 51; in runTestTransactions()210 report1.cumulativeRewards = 7; in testLoadReports()227 report2.cumulativeRewards = 70; in testLoadReports()250 assertEquals(expected.cumulativeRewards, actual.cumulativeRewards); in assertReportsEqual()
138 report1.cumulativeRewards = 7; in testWritingAnalystReportsToDisk()160 report2.cumulativeRewards = 70; in testWritingAnalystReportsToDisk()382 eReport.cumulativeRewards, aReport.cumulativeRewards); in assertReportListsEqual()