Searched refs:mSystemCpuTime (Results 1 – 2 of 2) sorted by relevance
7884 LongSamplingCounter mSystemCpuTime; field in BatteryStatsImpl.Uid8004 mSystemCpuTime = new LongSamplingCounter(mBsi.mOnBatteryTimeBase); in Uid()9213 return mSystemCpuTime.getCountLocked(which); in getSystemCpuTimeUs()9405 resetIfNotNull(mSystemCpuTime, false, realtimeUs); in reset()9556 detachIfNotNull(mSystemCpuTime); in detachFromTimeBase()13868 u.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);13901 timer.mUid.mSystemCpuTime.addCountLocked(systemTimeUs, onBattery);16103 u.mSystemCpuTime.readSummaryFromParcelLocked(in);16654 u.mSystemCpuTime.writeSummaryFromParcelLocked(out);
73947 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mSystemCpuTime:Lcom/android/internal/os/BatteryStat…