Searched refs:CpuUsage (Results 1 – 3 of 3) sorted by relevance
24 public class CpuUsage { class33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();;
29 public ArrayList<CpuUsage> cpuUsage = new ArrayList<CpuUsage>();;
21 import com.android.bugreport.cpuinfo.CpuUsage;245 private void makeCpuUsageHdf(Data hdf, CpuUsage cpuUsage) { in makeCpuUsageHdf()