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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java372 int mPluggedCount; field in class:BatteryStatsImpl.Counter
376 mPluggedCount = in.readInt();
377 mCount.set(mPluggedCount);
396 mUnpluggedCount = mPluggedCount;
397 mCount.set(mPluggedCount);
401 mPluggedCount = mCount.get();
441 + " mPluggedCount=" + mPluggedCount);
453 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
472 mUnpluggedCount = mPluggedCount
[all...]

Completed in 104 milliseconds