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()499 if (st.threadStats != null) { in collectStats()501 mCurThreadPids, st.threadStats); in collectStats()570 if (st.threadStats != null) { in collectStats()572 mCurThreadPids, st.threadStats); in collectStats()721 if (stats.threadStats != null && stats.threadStats.size() > 1) {723 final int M = stats.threadStats.size();[all …]