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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1303 protected int mLastCount; field in class:BatteryStatsImpl.Timer
1354 mLastCount = 0;
1382 mCount = mLoadedCount = mLastCount = 0;
1484 + " mLoadedCount=" + mLoadedCount + " mLastCount=" + mLastCount
1505 mLastCount = 0;

Completed in 70 milliseconds