Searched refs:jobStats (Results 1 – 1 of 1) sorted by relevance
4822 final ArrayMap<String, StopwatchTimer> jobStats = mJobStats.getMap(); in reset() local4823 for (int ij=jobStats.size()-1; ij>=0; ij--) { in reset()4824 StopwatchTimer timer = jobStats.valueAt(ij); in reset()4826 jobStats.removeAt(ij); in reset()4945 final ArrayMap<String, StopwatchTimer> jobStats = mJobStats.getMap(); in writeToParcelLocked() local4946 int NJ = jobStats.size(); in writeToParcelLocked()4949 out.writeString(jobStats.keyAt(ij)); in writeToParcelLocked()4950 StopwatchTimer timer = jobStats.valueAt(ij); in writeToParcelLocked()8402 final ArrayMap<String, StopwatchTimer> jobStats = u.mJobStats.getMap(); in writeSummaryToParcel() local8403 int NJ = jobStats.size(); in writeSummaryToParcel()[all …]