Searched refs:mSystemCpuTime (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5667 LongSamplingCounter mSystemCpuTime; field in class:BatteryStatsImpl.Uid
5721 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase);
6482 return mSystemCpuTime.getCountLocked(which);
6637 mSystemCpuTime.reset(false);
6827 mSystemCpuTime.detach();
7058 mSystemCpuTime.writeToParcel(out);
7323 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in);
10221 u.mSystemCpuTime.addCountLocked(systemTimeUs);
10286 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs);
10310 u.mSystemCpuTime
[all...]

Completed in 64 milliseconds