Searched refs:threadStats (Results 1 – 1 of 1) sorted by relevance
186 final ArrayList<Stats> threadStats; field in ProcessCpuTracker.Stats249 threadStats = new ArrayList<Stats>(); in Stats()252 threadStats = null; in Stats()263 threadStats = null; in Stats()462 if (st.threadStats != null) { in collectStats()464 mCurThreadPids, st.threadStats); in collectStats()533 if (st.threadStats != null) { in collectStats()535 mCurThreadPids, st.threadStats); in collectStats()672 if (stats.threadStats != null && stats.threadStats.size() > 1) {674 final int M = stats.threadStats.size();[all …]