Searched refs:threadStats (Results 1 – 1 of 1) sorted by relevance
201 final ArrayList<Stats> threadStats; field in ProcessCpuTracker.Stats269 threadStats = new ArrayList<Stats>(); in Stats()272 threadStats = null; in Stats()284 threadStats = null; in Stats()493 if (st.threadStats != null) { in collectStats()495 mCurThreadPids, st.threadStats); in collectStats()564 if (st.threadStats != null) { in collectStats()566 mCurThreadPids, st.threadStats); in collectStats()715 if (stats.threadStats != null && stats.threadStats.size() > 1) {717 final int M = stats.threadStats.size();[all …]