Searched refs:mJobStats (Results 1 – 1 of 1) sorted by relevance
6796 final OverflowArrayMap<DualTimer> mJobStats; field in BatteryStatsImpl.Uid6874 mJobStats = mBsi.new OverflowArrayMap<DualTimer>(uid) { in Uid()7034 return mJobStats.getMap(); in getJobStats()8022 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in reset()8032 mJobStats.cleanup(); in reset()8259 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in writeToParcelLocked()8561 mJobStats.clear(); in readFromParcelLocked()8565 mJobStats.add(jobName, new DualTimer(mBsi.mClocks, Uid.this, JOB, null, in readFromParcelLocked()9902 DualTimer timer = mJobStats.instantiateObject(); in readJobSummaryFromParcelLocked()9904 mJobStats.add(name, timer); in readJobSummaryFromParcelLocked()[all …]