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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java370 int mLastCount; field in class:BatteryStatsImpl.Counter
379 mLastCount = 0;
424 val = mLastCount;
439 + " mLoadedCount=" + mLoadedCount + " mLastCount=" + mLastCount
453 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
471 mLastCount = 0;
500 int mLastCount; field in class:BatteryStatsImpl.Timer
545 mLastCount = 0;
570 mCount = mLoadedCount = mLastCount
[all...]

Completed in 43 milliseconds