Searched refs:mComponentsOffByPolicy (Results 1 – 1 of 1) sorted by relevance
82 private final SparseBooleanArray mComponentsOffByPolicy = new SparseBooleanArray(); field in PowerComponentHandler205 for (int i = 0; i < mComponentsOffByPolicy.size(); i++) { in dump()206 writer.println(powerComponentToString(mComponentsOffByPolicy.keyAt(i))); in dump()241 mComponentsOffByPolicy.put(component, /* value= */ true); in setComponentEnabledLocked()244 if (enabled && mComponentsOffByPolicy.get(component, /* valueIfKeyNotFound= */ false)) { in setComponentEnabledLocked()245 mComponentsOffByPolicy.delete(component); in setComponentEnabledLocked()263 mComponentsOffByPolicy.clear(); in readUserOffComponentsLocked()274 mComponentsOffByPolicy.put(component, /* value= */ true); in readUserOffComponentsLocked()299 for (int i = 0; i < mComponentsOffByPolicy.size(); i++) { in writeUserOffComponentsLocked()300 if (!mComponentsOffByPolicy.valueAt(i)) { in writeUserOffComponentsLocked()[all …]