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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1042 public long[] mPluggedCounts; field in class:BatteryStatsImpl.LongSamplingCounterArray
1046 mPluggedCounts = in.createLongArray();
1047 mCounts = copyArray(mPluggedCounts, mCounts);
1066 mUnpluggedCounts = copyArray(mPluggedCounts, mUnpluggedCounts);
1071 mPluggedCounts = copyArray(mCounts, mPluggedCounts);
1076 long[] val = copyArray(mTimeBase.isRunning() ? mCounts : mPluggedCounts, null);
1090 + " mPluggedCounts=" + Arrays.toString(mPluggedCounts));
1117 fillArray(mPluggedCounts,
[all...]

Completed in 23 milliseconds