Home
last modified time | relevance | path

Searched refs:currentBatteryLevel (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tare/
H A DAnalystTest.java52 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 …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DAnalyst.java56 public int currentBatteryLevel = 0; field in Analyst.Report
105 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()
H A DScribe.java587 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()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare/
H A DScribeTest.java133 report1.currentBatteryLevel = 2; in testWritingAnalystReportsToDisk()
155 report2.currentBatteryLevel = 20; in testWritingAnalystReportsToDisk()
372 eReport.currentBatteryLevel, aReport.currentBatteryLevel); in assertReportListsEqual()