Searched refs:skipEmptyComponents (Results 1 – 5 of 5) sorted by relevance
107 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument116 skipEmptyComponents); in dump()118 skipEmptyComponents); in dump()120 skipEmptyComponents); in dump()122 skipEmptyComponents); in dump()127 mPowerComponents.dump(pw, skipEmptyComponents /* skipTotalPowerComponent */); in dump()132 boolean skipEmptyComponents) { in appendProcessStateData() argument135 if (power == 0 && skipEmptyComponents) { in appendProcessStateData()
57 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument64 mPowerComponents.dump(pw, skipEmptyComponents /* skipTotalPowerComponent */); in dump()
56 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument57 mPowerComponents.dump(pw, skipEmptyComponents); in dump()
155 public void dump(PrintWriter pw, boolean skipEmptyComponents) { in dump() argument164 if (skipEmptyComponents && componentPower == 0 && durationMs == 0) { in dump()189 if (skipEmptyComponents && customComponentPower == 0) { in dump()
515 public abstract void dump(PrintWriter pw, boolean skipEmptyComponents); in dump() argument