Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java658 int mLastCount; field in BatteryStatsImpl.Counter
667 mLastCount = 0; in Counter()
722 + " mLoadedCount=" + mLoadedCount + " mLastCount=" + mLastCount in logState()
736 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0; in reset()
754 mLastCount = 0; in readSummaryFromParcelLocked()
777 long mLastCount; field in BatteryStatsImpl.LongSamplingCounter
786 mLastCount = 0; in LongSamplingCounter()
827 + " mLoadedCount=" + mLoadedCount + " mLastCount=" + mLastCount in logState()
841 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0; in reset()
858 mLastCount = 0; in readSummaryFromParcelLocked()
[all …]