Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp594 CarPowerPolicyPtr systemPolicy = mPreemptivePowerPolicies.at(kSystemPolicyIdNoUserInteraction); in reconstructNoUserInteractionPolicy() local
596 configureComponents(policy->enabledComponents, &systemPolicy->enabledComponents, in reconstructNoUserInteractionPolicy()
597 &systemPolicy->disabledComponents); in reconstructNoUserInteractionPolicy()
598 configureComponents(policy->disabledComponents, &systemPolicy->disabledComponents, in reconstructNoUserInteractionPolicy()
599 &systemPolicy->enabledComponents); in reconstructNoUserInteractionPolicy()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPolicyReaderUnitTest.java245 CarPowerPolicy systemPolicy = mPolicyReader.getPreemptivePowerPolicy( in assertSystemPowerPolicy() local
247 assertThat(systemPolicy).isNotNull(); in assertSystemPowerPolicy()
248 assertPolicyIdentical(systemPolicy, expectedSystemPolicy); in assertSystemPowerPolicy()