Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DScribe.java97 private static final String XML_ATTR_PR_PROFIT = "profit"; field in Scribe
588 report.cumulativeProfit = parser.getAttributeLong(null, XML_ATTR_PR_PROFIT); in readReportFromXml()
790 out.attributeLong(null, XML_ATTR_PR_PROFIT, report.cumulativeProfit); in writeReport()