Searched refs:threadStats (Results 1 – 1 of 1) sorted by relevance
181 final ArrayList<Stats> threadStats; field in ProcessCpuTracker.Stats244 threadStats = new ArrayList<Stats>(); in Stats()247 threadStats = null; in Stats()258 threadStats = null; in Stats()454 if (st.threadStats != null) { in collectStats()456 mCurThreadPids, st.threadStats); in collectStats()525 if (st.threadStats != null) { in collectStats()527 mCurThreadPids, st.threadStats); in collectStats()664 if (stats.threadStats != null && stats.threadStats.size() > 1) {666 final int M = stats.threadStats.size();[all …]