Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tare/
H A DAnalystTest.java159 expected.numUnprofitableActions += 1; in runTestTransactions()
209 report1.numUnprofitableActions = 6; in testLoadReports()
226 report2.numUnprofitableActions = 60; in testLoadReports()
249 assertEquals(expected.numUnprofitableActions, actual.numUnprofitableActions); in assertReportsEqual()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DAnalyst.java70 public int numUnprofitableActions = 0; field in Analyst.Report
109 numUnprofitableActions = 0; in clear()
259 report.numUnprofitableActions++; in noteTransaction()
356 if (report.numUnprofitableActions > 0) { in dump()
362 cakeToString(report.cumulativeLoss / report.numUnprofitableActions), in dump()
H A DScribe.java591 report.numUnprofitableActions = parser.getAttributeInt(null, XML_ATTR_PR_NUM_LOSS); in readReportFromXml()
793 out.attributeInt(null, XML_ATTR_PR_NUM_LOSS, report.numUnprofitableActions); in writeReport()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare/
H A DScribeTest.java137 report1.numUnprofitableActions = 6; in testWritingAnalystReportsToDisk()
159 report2.numUnprofitableActions = 60; in testWritingAnalystReportsToDisk()
380 eReport.numUnprofitableActions, aReport.numUnprofitableActions); in assertReportListsEqual()