Searched refs:skipEmptyComponents (Results 1 – 5 of 5) sorted by relevance
49 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument50 mPowerComponents.dump(pw, skipEmptyComponents); in dump()
65 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument72 mPowerComponents.dump(pw, skipEmptyComponents /* skipTotalPowerComponent */); in dump()
126 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument133 mPowerComponents.dump(pw, skipEmptyComponents /* skipTotalPowerComponent */); in dump()
227 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument232 if (skipEmptyComponents && componentPower == 0) { in dump()248 if (skipEmptyComponents && customComponentPower == 0) { in dump()
271 public abstract void dump(PrintWriter pw, boolean skipEmptyComponents); in dump() argument