Searched refs:mSystemCpuTime (Results 1 – 2 of 2) sorted by relevance
7646 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid7770 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()8816 return mSystemCpuTime.getCountLocked(which); in getSystemCpuTimeUs()9009 resetIfNotNull(mSystemCpuTime, false, realtimeUs); in reset()9160 detachIfNotNull(mSystemCpuTime); in detachFromTimeBase()9455 mSystemCpuTime.writeToParcel(out); in writeToParcelLocked()9758 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()13649 u.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);13682 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);15859 u.mSystemCpuTime.readSummaryFromParcelLocked(in);[all …]
77270 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…