Searched refs:systemPolicy (Results 1 – 2 of 2) sorted by relevance
810 CarPowerPolicyPtr systemPolicy = mPreemptivePowerPolicies.at(kSystemPolicyIdNoUserInteraction); in reconstructNoUserInteractionPolicy() local812 configureComponents(policy->enabledComponents, &systemPolicy->enabledComponents, in reconstructNoUserInteractionPolicy()813 &systemPolicy->disabledComponents); in reconstructNoUserInteractionPolicy()814 configureComponents(policy->disabledComponents, &systemPolicy->disabledComponents, in reconstructNoUserInteractionPolicy()815 &systemPolicy->enabledComponents); in reconstructNoUserInteractionPolicy()
421 CarPowerPolicy systemPolicy = mPolicyReader.getPreemptivePowerPolicy(policyId); in assertSystemPowerPolicy() local422 assertThat(systemPolicy).isNotNull(); in assertSystemPowerPolicy()423 assertPolicyIdentical(systemPolicy, expectedSystemPolicy); in assertSystemPowerPolicy()