Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DPolicyReader.java373 boolean includeOtherComponents) throws PolicyXmlException, XmlPullParserException, in parsePolicies() argument
385 if (includeOtherComponents && isSystemPowerPolicy(policyId)) { in parsePolicies()
389 policies.put(policyId, parsePolicy(parser, policyId, includeOtherComponents)); in parsePolicies()
444 boolean includeOtherComponents) throws PolicyXmlException, XmlPullParserException, in parsePolicy() argument
477 if (!includeOtherComponents) { in parsePolicy()
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DPolicyManager.cpp245 bool includeOtherComponents) { in readPolicies() argument
259 if (includeOtherComponents && isSystemPowerPolicy(policyId)) { in readPolicies()
269 if (includeOtherComponents) { in readPolicies()