Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java8220 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid
8340 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()
9560 return mSystemCpuTime.getCountLocked(which); in getSystemCpuTimeUs()
9753 resetIfNotNull(mSystemCpuTime, false, realtimeUs); in reset()
9904 detachIfNotNull(mSystemCpuTime); in detachFromTimeBase()
14395 u.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);
14428 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);
16723 u.mSystemCpuTime.readSummaryFromParcelLocked(in);
17282 u.mSystemCpuTime.writeSummaryFromParcelLocked(out);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73304 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…