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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java371 int mUnpluggedCount; field in class:BatteryStatsImpl.Counter
380 mUnpluggedCount = in.readInt();
392 out.writeInt(mUnpluggedCount);
396 mUnpluggedCount = mPluggedCount;
428 val -= mUnpluggedCount;
440 + " mUnpluggedCount=" + mUnpluggedCount
453 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
472 mUnpluggedCount = mPluggedCount = mLoadedCount;
501 int mUnpluggedCount; field in class:BatteryStatsImpl.Timer
[all...]

Completed in 28 milliseconds