Searched refs:mUnpluggedCount (Results 1 – 2 of 2) sorted by relevance
85 return mUnpluggedCount; in getUnpluggedCount()89 mUnpluggedCount = val; in setUnpluggedCount()
854 int mUnpluggedCount; field in BatteryStatsImpl.Counter862 mUnpluggedCount = in.readInt(); in Counter()874 out.writeInt(mUnpluggedCount); in writeToParcel()879 mUnpluggedCount = mPluggedCount; in onTimeStarted()907 val -= mUnpluggedCount; in getCountLocked()918 + " mUnpluggedCount=" + mUnpluggedCount in logState()940 mLoadedCount = mPluggedCount = mUnpluggedCount = 0; in reset()960 mUnpluggedCount = mPluggedCount = mLoadedCount; in readSummaryFromParcelLocked()1134 long mUnpluggedCount; field in BatteryStatsImpl.LongSamplingCounter1142 mUnpluggedCount = in.readLong(); in LongSamplingCounter()[all …]