Searched refs:mSystemCpuTime (Results 1 – 2 of 2) sorted by relevance
8220 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid8340 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);
73304 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…