Searched refs:jobStats (Results 1 – 1 of 1) sorted by relevance
9447 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in reset() local9448 for (int ij=jobStats.size()-1; ij>=0; ij--) { in reset()9449 DualTimer timer = jobStats.valueAt(ij); in reset()9451 jobStats.removeAt(ij); in reset()9581 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in detachFromTimeBase() local9582 for (int ij = jobStats.size() - 1; ij >= 0; ij--) { in detachFromTimeBase()9583 DualTimer timer = jobStats.valueAt(ij); in detachFromTimeBase()16761 final ArrayMap<String, DualTimer> jobStats = u.mJobStats.getMap();16762 int NJ = jobStats.size();16765 out.writeString(jobStats.keyAt(ij));[all …]