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.java6652 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid
6742 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()
7647 return mSystemCpuTime.getCountLocked(which); in getSystemCpuTimeUs()
7834 resetIfNotNull(mSystemCpuTime, false); in reset()
7978 detachIfNotNull(mSystemCpuTime); in detachFromTimeBase()
8266 mSystemCpuTime.writeToParcel(out); in writeToParcelLocked()
8585 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()
11799 u.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery); in readKernelUidCpuTimesLocked()
11832 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery); in readKernelUidCpuTimesLocked()
13816 u.mSystemCpuTime.readSummaryFromParcelLocked(in); in readSummaryFromParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88376 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…