Searched refs:mUnpluggedCount (Results 1 – 3 of 3) sorted by relevance
85 return mUnpluggedCount; in getUnpluggedCount()89 mUnpluggedCount = val; in setUnpluggedCount()
102 assertEquals(COUNT, mCounter.mUnpluggedCount); in testOnTimeStarted()
1277 int mUnpluggedCount; field in BatteryStatsImpl.Counter1285 mUnpluggedCount = in.readInt(); in Counter()1297 out.writeInt(mUnpluggedCount); in writeToParcel()1302 mUnpluggedCount = mPluggedCount; in onTimeStarted()1343 val -= mUnpluggedCount; in getCountLocked()1354 + " mUnpluggedCount=" + mUnpluggedCount in logState()1376 mLoadedCount = mPluggedCount = mUnpluggedCount = 0; in reset()1396 mUnpluggedCount = mPluggedCount = mLoadedCount; in readSummaryFromParcelLocked()1574 public long mUnpluggedCount; field in BatteryStatsImpl.LongSamplingCounter1581 mUnpluggedCount = in.readLong(); in LongSamplingCounter()[all …]