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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java832 int mPluggedCount; field in class:BatteryStatsImpl.Counter
836 mPluggedCount = in.readInt();
837 mCount.set(mPluggedCount);
856 mUnpluggedCount = mPluggedCount;
857 mCount.set(mPluggedCount);
861 mPluggedCount = mCount.get();
896 + " mPluggedCount=" + mPluggedCount);
908 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
927 mUnpluggedCount = mPluggedCount
936 long mPluggedCount; field in class:BatteryStatsImpl.LongSamplingCounter
[all...]

Completed in 52 milliseconds