Searched refs:currentBatteryLevel (Results 1 – 4 of 4) sorted by relevance
52 expected.currentBatteryLevel = 75; in testBatteryLevelChange()59 expected.currentBatteryLevel = 54; in testBatteryLevelChange()64 expected.currentBatteryLevel = 50; in testBatteryLevelChange()71 expected.currentBatteryLevel = 51; in testBatteryLevelChange()75 expected.currentBatteryLevel = 55; in testBatteryLevelChange()100 expected.currentBatteryLevel = 75; in testTransaction_PeriodChange()105 expected.currentBatteryLevel = 49; in testTransaction_PeriodChange()112 expected.currentBatteryLevel = 90; in testTransaction_PeriodChange()121 expected.currentBatteryLevel = 85; in testTransaction_PeriodChange()205 report1.currentBatteryLevel = 2; in testLoadReports()[all …]
56 public int currentBatteryLevel = 0; field in Analyst.Report105 currentBatteryLevel = 0; in clear()198 && mReports[mPeriodIndex].currentBatteryLevel < newBatteryLevel in noteBatteryLevelChange()202 && mReports[mPeriodIndex].currentBatteryLevel < newBatteryLevel in noteBatteryLevelChange()210 report.currentBatteryLevel = newBatteryLevel; in noteBatteryLevelChange()220 report.currentBatteryLevel = newBatteryLevel; in noteBatteryLevelChange()225 if (newBatteryLevel < report.currentBatteryLevel) { in noteBatteryLevelChange()226 report.cumulativeBatteryDischarge += (report.currentBatteryLevel - newBatteryLevel); in noteBatteryLevelChange()242 report.currentBatteryLevel = newBatteryLevel; in noteBatteryLevelChange()
587 report.currentBatteryLevel = parser.getAttributeInt(null, XML_ATTR_PR_BATTERY_LEVEL); in readReportFromXml()789 out.attributeInt(null, XML_ATTR_PR_BATTERY_LEVEL, report.currentBatteryLevel); in writeReport()
133 report1.currentBatteryLevel = 2; in testWritingAnalystReportsToDisk()155 report2.currentBatteryLevel = 20; in testWritingAnalystReportsToDisk()372 eReport.currentBatteryLevel, aReport.currentBatteryLevel); in assertReportListsEqual()