Searched refs:isPowerPolicyGroupAvailable (Results 1 – 6 of 6) sorted by relevance
73 bool isPowerPolicyGroupAvailable(const std::string& groupId) const;
488 bool PolicyManager::isPowerPolicyGroupAvailable(const std::string& groupId) const { in isPowerPolicyGroupAvailable() function in android::frameworks::automotive::powerpolicy::PolicyManager
538 if (!mPolicyManager.isPowerPolicyGroupAvailable(groupId)) { in setPowerPolicyGroup()
370 ASSERT_TRUE(policyManager.isPowerPolicyGroupAvailable(kValidPowerPolicyGroupId)); in TEST_F()371 ASSERT_FALSE(policyManager.isPowerPolicyGroupAvailable(kInvalidPowerPolicyGroupId)); in TEST_F()
192 boolean isPowerPolicyGroupAvailable(String groupId) { in isPowerPolicyGroupAvailable() method in PolicyReader
1239 if (!mPolicyReader.isPowerPolicyGroupAvailable(policyGroupId)) { in setCurrentPowerPolicyGroup()