Searched refs:mUnpluggedCount (Results 1 – 1 of 1) sorted by relevance
359 int mUnpluggedCount; field in BatteryStatsImpl.Counter368 mUnpluggedCount = in.readInt(); in Counter()380 out.writeInt(mUnpluggedCount); in writeToParcel()384 mUnpluggedCount = mPluggedCount; in unplug()416 val -= mUnpluggedCount; in getCountLocked()428 + " mUnpluggedCount=" + mUnpluggedCount in logState()441 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0; in reset()460 mUnpluggedCount = mPluggedCount = mLoadedCount; in readSummaryFromParcelLocked()489 int mUnpluggedCount; field in BatteryStatsImpl.Timer534 mUnpluggedCount = in.readInt(); in Timer()[all …]