Searched refs:skipEmptyComponents (Results 1 – 5 of 5) sorted by relevance
127 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument136 skipEmptyComponents); in dump()138 skipEmptyComponents); in dump()140 skipEmptyComponents); in dump()142 skipEmptyComponents); in dump()147 mPowerComponents.dump(pw, skipEmptyComponents /* skipTotalPowerComponent */); in dump()152 boolean skipEmptyComponents) { in appendProcessStateData() argument155 if (power == 0 && skipEmptyComponents) { in appendProcessStateData()
58 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument65 mPowerComponents.dump(pw, skipEmptyComponents /* skipTotalPowerComponent */); in dump()
57 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument58 mPowerComponents.dump(pw, skipEmptyComponents); in dump()
157 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument166 if (skipEmptyComponents && componentPower == 0 && durationMs == 0) { in dump()191 if (skipEmptyComponents && customComponentPower == 0) { in dump()
519 public abstract void dump(PrintWriter pw, boolean skipEmptyComponents); in dump() argument