Searched refs:mComponentsOffByPolicy (Results 1 – 1 of 1) sorted by relevance
89 private final SparseBooleanArray mComponentsOffByPolicy = new SparseBooleanArray(); field in PowerComponentHandler229 for (int i = 0; i < mComponentsOffByPolicy.size(); i++) { in dump()230 writer.println(powerComponentToString(mComponentsOffByPolicy.keyAt(i))); in dump()261 for (int i = 0; i < mComponentsOffByPolicy.size(); i++) { in dumpProto()263 powerComponentToString(mComponentsOffByPolicy.keyAt(i))); in dumpProto()304 mComponentsOffByPolicy.put(component, /* value= */ true); in setComponentEnabledLocked()307 if (enabled && mComponentsOffByPolicy.get(component, /* valueIfKeyNotFound= */ false)) { in setComponentEnabledLocked()308 mComponentsOffByPolicy.delete(component); in setComponentEnabledLocked()327 mComponentsOffByPolicy.clear(); in readUserOffComponentsLocked()338 mComponentsOffByPolicy.put(component, /* value= */ true); in readUserOffComponentsLocked()[all …]