Searched refs:mPluggedCount (Results 1 – 1 of 1) sorted by relevance
660 int mPluggedCount; field in BatteryStatsImpl.Counter664 mPluggedCount = in.readInt(); in Counter()665 mCount.set(mPluggedCount); in Counter()684 mUnpluggedCount = mPluggedCount; in onTimeStarted()685 mCount.set(mPluggedCount); in onTimeStarted()689 mPluggedCount = mCount.get(); in onTimeStopped()724 + " mPluggedCount=" + mPluggedCount); in logState()736 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0; in reset()755 mUnpluggedCount = mPluggedCount = mLoadedCount; in readSummaryFromParcelLocked()779 long mPluggedCount; field in BatteryStatsImpl.LongSamplingCounter[all …]