Home
last modified time | relevance | path

Searched refs:mPluggedCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1278 int mPluggedCount; field in BatteryStatsImpl.Counter
1282 mPluggedCount = in.readInt(); in Counter()
1283 mCount.set(mPluggedCount); in Counter()
1302 mUnpluggedCount = mPluggedCount; in onTimeStarted()
1307 mPluggedCount = mCount.get(); in onTimeStopped()
1355 + " mPluggedCount=" + mPluggedCount); in logState()
1376 mLoadedCount = mPluggedCount = mUnpluggedCount = 0; in reset()
1396 mUnpluggedCount = mPluggedCount = mLoadedCount; in readSummaryFromParcelLocked()