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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsTimerTest.java77 return mLastCount;
81 mLastCount = val;
482 " mCount=1 mLoadedCount=2 mLastCount=3 mUnpluggedCount=4\n"
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java830 int mLastCount; field in class:BatteryStatsImpl.Counter
839 mLastCount = 0;
894 + " mLoadedCount=" + mLoadedCount + " mLastCount=" + mLastCount
908 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
926 mLastCount = 0;
1027 protected int mLastCount; field in class:BatteryStatsImpl.Timer
1078 mLastCount = 0;
1106 mCount = mLoadedCount = mLastCount = 0;
1208 + " mLoadedCount=" + mLoadedCount + " mLastCount
[all...]

Completed in 1412 milliseconds