Searched refs:mUnpluggedCount (Results 1 – 1 of 1) sorted by relevance
659 int mUnpluggedCount; field in BatteryStatsImpl.Counter668 mUnpluggedCount = in.readInt(); in Counter()680 out.writeInt(mUnpluggedCount); in writeToParcel()684 mUnpluggedCount = mPluggedCount; in onTimeStarted()712 val -= mUnpluggedCount; in getCountLocked()723 + " mUnpluggedCount=" + mUnpluggedCount in logState()736 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0; in reset()755 mUnpluggedCount = mPluggedCount = mLoadedCount; in readSummaryFromParcelLocked()778 long mUnpluggedCount; field in BatteryStatsImpl.LongSamplingCounter787 mUnpluggedCount = in.readLong(); in LongSamplingCounter()[all …]