Searched refs:threadStats (Results 1 – 1 of 1) sorted by relevance
196 final ArrayList<Stats> threadStats; field in ProcessCpuTracker.Stats264 threadStats = new ArrayList<Stats>(); in Stats()267 threadStats = null; in Stats()279 threadStats = null; in Stats()488 if (st.threadStats != null) { in collectStats()490 mCurThreadPids, st.threadStats); in collectStats()559 if (st.threadStats != null) { in collectStats()561 mCurThreadPids, st.threadStats); in collectStats()698 if (stats.threadStats != null && stats.threadStats.size() > 1) {700 final int M = stats.threadStats.size();[all …]