Home
last modified time | relevance | path

Searched refs:mSystemCpuTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6639 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid
6729 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()
7634 return mSystemCpuTime.getCountLocked(which); in getSystemCpuTimeUs()
7821 resetIfNotNull(mSystemCpuTime, false); in reset()
7965 detachIfNotNull(mSystemCpuTime); in detachFromTimeBase()
8253 mSystemCpuTime.writeToParcel(out); in writeToParcelLocked()
8572 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()
11793 u.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery); in readKernelUidCpuTimesLocked()
11826 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery); in readKernelUidCpuTimesLocked()
13817 u.mSystemCpuTime.readSummaryFromParcelLocked(in); in readSummaryFromParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt94738 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…