Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java359 int mUnpluggedCount; field in BatteryStatsImpl.Counter
368 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.Timer
534 mUnpluggedCount = in.readInt(); in Timer()
[all …]