Searched defs:mSystemCpuTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5802 LongSamplingCounter mSystemCpuTime; field in class:BatteryStatsImpl.Uid
5861 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase);
6647 return mSystemCpuTime.getCountLocked(which);
6806 mSystemCpuTime.reset(false);
6996 mSystemCpuTime.detach();
7250 mSystemCpuTime.writeToParcel(out);
7541 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in);
10559 u.mSystemCpuTime.addCountLocked(systemTimeUs);
10599 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs);
10625 u.mSystemCpuTime
[all...]

Completed in 100 milliseconds