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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1227 protected int mLastCount; field in class:BatteryStatsImpl.Timer
1278 mLastCount = 0;
1306 mCount = mLoadedCount = mLastCount = 0;
1408 + " mLoadedCount=" + mLoadedCount + " mLastCount=" + mLastCount
1429 mLastCount = 0;

Completed in 217 milliseconds