Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.h43 bool isSystemPowerPolicy(const std::string& policyId);
DPolicyManager.cpp345 if (includeOtherComponents && isSystemPowerPolicy(policyId)) { in readPolicies()
592 bool isSystemPowerPolicy(const std::string& policyId) { in isSystemPowerPolicy() function
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java261 if (isSystemPowerPolicy(policyId)) { in definePowerPolicy()
565 if (includeOtherComponents && isSystemPowerPolicy(policyId)) { in parsePolicies()
991 static boolean isSystemPowerPolicy(String policyId) { in isSystemPowerPolicy() method in PolicyReader