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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java831 int mUnpluggedCount; field in class:BatteryStatsImpl.Counter
840 mUnpluggedCount = in.readInt();
852 out.writeInt(mUnpluggedCount);
856 mUnpluggedCount = mPluggedCount;
884 val -= mUnpluggedCount;
895 + " mUnpluggedCount=" + mUnpluggedCount
908 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
927 mUnpluggedCount = mPluggedCount = mLoadedCount;
935 long mUnpluggedCount; field in class:BatteryStatsImpl.LongSamplingCounter
1028 protected int mUnpluggedCount; field in class:BatteryStatsImpl.Timer
[all...]

Completed in 88 milliseconds