Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DScribe.java105 private static final String XML_ATTR_PR_NEG_REGULATIONS = "negRegulations"; field in Scribe
599 parser.getAttributeLong(null, XML_ATTR_PR_NEG_REGULATIONS); in readReportFromXml()
798 out.attributeLong(null, XML_ATTR_PR_NEG_REGULATIONS, report.cumulativeNegativeRegulations); in writeReport()