Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp827 std::vector<PowerComponent> initialOnDisabledComponents; in initRegularPowerPolicy() local
834 initialOnDisabledComponents.push_back(component); in initRegularPowerPolicy()
839 initialOnDisabledComponents, {}, {})); in initRegularPowerPolicy()
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java153 int[] initialOnDisabledComponents = new int[allCount - INITIAL_ON_COMPONENTS.length];
158 initialOnDisabledComponents[pos++] = c;
165 INITIAL_ON_COMPONENTS.clone(), initialOnDisabledComponents);