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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java363 int mUnpluggedCount; field in class:BatteryStatsImpl.Counter
372 mUnpluggedCount = in.readInt();
384 out.writeInt(mUnpluggedCount);
388 mUnpluggedCount = mPluggedCount;
420 val -= mUnpluggedCount;
432 + " mUnpluggedCount=" + mUnpluggedCount
445 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
464 mUnpluggedCount = mPluggedCount = mLoadedCount;
493 int mUnpluggedCount; field in class:BatteryStatsImpl.Timer
[all...]

Completed in 35 milliseconds