Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7645 LongSamplingCounter mUserCpuTime; field in BatteryStatsImpl.Uid
7769 mUserCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()
8811 return mUserCpuTime.getCountLocked(which); in getUserCpuTimeUs()
9008 resetIfNotNull(mUserCpuTime, false, realtimeUs); in reset()
9159 detachIfNotNull(mUserCpuTime); in detachFromTimeBase()
9454 mUserCpuTime.writeToParcel(out); in writeToParcelLocked()
9757 mUserCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()
13648 u.mUserCpuTime.addCountLocked(userTimeUs, onBattery);
13681 timer.mUid.mUserCpuTime.addCountLocked(userTimeUs, onBattery);
15858 u.mUserCpuTime.readSummaryFromParcelLocked(in);
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt77273 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mUserCpuTime:Lcom/android/internal/os/BatteryStatsI…