Searched refs:threadStats (Results 1 – 1 of 1) sorted by relevance
192 final ArrayList<Stats> threadStats; field in ProcessCpuTracker.Stats260 threadStats = new ArrayList<Stats>(); in Stats()263 threadStats = null; in Stats()275 threadStats = null; in Stats()484 if (st.threadStats != null) { in collectStats()486 mCurThreadPids, st.threadStats); in collectStats()555 if (st.threadStats != null) { in collectStats()557 mCurThreadPids, st.threadStats); in collectStats()694 if (stats.threadStats != null && stats.threadStats.size() > 1) {696 final int M = stats.threadStats.size();[all …]