Searched refs:jobStats (Results 1 – 1 of 1) sorted by relevance
9795 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in reset() local9796 for (int ij=jobStats.size()-1; ij>=0; ij--) { in reset()9797 DualTimer timer = jobStats.valueAt(ij); in reset()9799 jobStats.removeAt(ij); in reset()9929 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in detachFromTimeBase() local9930 for (int ij = jobStats.size() - 1; ij >= 0; ij--) { in detachFromTimeBase()9931 DualTimer timer = jobStats.valueAt(ij); in detachFromTimeBase()17389 final ArrayMap<String, DualTimer> jobStats = u.mJobStats.getMap();17390 int NJ = jobStats.size();17393 out.writeString(jobStats.keyAt(ij));[all …]