Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java126 private static final int[] INITIAL_ON_COMPONENTS = { field in PolicyReader
153 int[] initialOnDisabledComponents = new int[allCount - INITIAL_ON_COMPONENTS.length];
157 if (!containsComponent(INITIAL_ON_COMPONENTS, c)) {
165 INITIAL_ON_COMPONENTS.clone(), initialOnDisabledComponents);