Searched refs:mJobStats (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5275 final OverflowArrayMap<StopwatchTimer> mJobStats; field in class:BatteryStatsImpl.Uid
5316 mJobStats = mBsi.new OverflowArrayMap<StopwatchTimer>(uid) {
5347 return mJobStats.getMap();
6104 final ArrayMap<String, StopwatchTimer> jobStats = mJobStats.getMap();
6114 mJobStats.cleanup();
6269 final ArrayMap<String, StopwatchTimer> jobStats = mJobStats.getMap();
6488 mJobStats.clear();
6492 mJobStats.add(jobName, new StopwatchTimer(mBsi.mClocks, Uid.this, JOB, null,
7733 StopwatchTimer timer = mJobStats.instantiateObject();
7735 mJobStats
[all...]

Completed in 95 milliseconds