Home
last modified time | relevance | path

Searched refs:jobStats (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4822 final ArrayMap<String, StopwatchTimer> jobStats = mJobStats.getMap(); in reset() local
4823 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() local
4946 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() local
8403 int NJ = jobStats.size(); in writeSummaryToParcel()
[all …]