Searched refs:mUserCpuTime (Results 1 – 1 of 1) sorted by relevance
5666 LongSamplingCounter mUserCpuTime; field in BatteryStatsImpl.Uid5720 mUserCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()6477 return mUserCpuTime.getCountLocked(which); in getUserCpuTimeUs()6636 mUserCpuTime.reset(false); in reset()6826 mUserCpuTime.detach(); in reset()7057 mUserCpuTime.writeToParcel(out); in writeToParcelLocked()7322 mUserCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()10220 u.mUserCpuTime.addCountLocked(userTimeUs); in updateCpuTimeLocked()10285 timer.mUid.mUserCpuTime.addCountLocked(userTimeUs); in updateCpuTimeLocked()10309 u.mUserCpuTime.addCountLocked(mTempTotalCpuUserTimeUs); in updateCpuTimeLocked()[all …]