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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java369 int mLoadedCount; field in class:BatteryStatsImpl.Counter
378 mLoadedCount = in.readInt();
391 out.writeInt(mLoadedCount);
430 val -= mLoadedCount;
439 + " mLoadedCount=" + mLoadedCount + " mLastCount=" + mLastCount
453 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
469 mLoadedCount = in.readInt();
470 mCount.set(mLoadedCount);
472 mUnpluggedCount = mPluggedCount = mLoadedCount;
499 int mLoadedCount; field in class:BatteryStatsImpl.Timer
[all...]

Completed in 599 milliseconds