Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DScribe.java98 private static final String XML_ATTR_PR_NUM_PROFIT = "numProfits"; field in Scribe
589 report.numProfitableActions = parser.getAttributeInt(null, XML_ATTR_PR_NUM_PROFIT); in readReportFromXml()
791 out.attributeInt(null, XML_ATTR_PR_NUM_PROFIT, report.numProfitableActions); in writeReport()