Searched refs:mJobStats (Results 1 – 1 of 1) sorted by relevance
5686 final OverflowArrayMap<DualTimer> mJobStats; field in BatteryStatsImpl.Uid5734 mJobStats = mBsi.new OverflowArrayMap<DualTimer>(uid) { in Uid()5806 return mJobStats.getMap(); in getJobStats()6682 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in reset()6692 mJobStats.cleanup(); in reset()6877 final ArrayMap<String, DualTimer> jobStats = mJobStats.getMap(); in writeToParcelLocked()7126 mJobStats.clear(); in readFromParcelLocked()7130 mJobStats.add(jobName, new DualTimer(mBsi.mClocks, Uid.this, JOB, null, in readFromParcelLocked()8391 DualTimer timer = mJobStats.instantiateObject(); in readJobSummaryFromParcelLocked()8393 mJobStats.add(name, timer); in readJobSummaryFromParcelLocked()[all …]