Searched refs:systemPolicy (Results 1 – 2 of 2) sorted by relevance
594 CarPowerPolicyPtr systemPolicy = mPreemptivePowerPolicies.at(kSystemPolicyIdNoUserInteraction); in reconstructNoUserInteractionPolicy() local596 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()
245 CarPowerPolicy systemPolicy = mPolicyReader.getPreemptivePowerPolicy( in assertSystemPowerPolicy() local247 assertThat(systemPolicy).isNotNull(); in assertSystemPowerPolicy()248 assertPolicyIdentical(systemPolicy, expectedSystemPolicy); in assertSystemPowerPolicy()