Searched defs:mUnpluggedCounts (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1405 public long[] mUnpluggedCounts; field in class:BatteryStatsImpl.LongSamplingCounterArray
1411 mUnpluggedCounts = in.createLongArray();
1423 out.writeLongArray(mUnpluggedCounts);
1428 mUnpluggedCounts = copyArray(mCounts, mUnpluggedCounts);
1439 subtract(val, mUnpluggedCounts);
1450 + " mUnpluggedCounts=" + Arrays.toString(mUnpluggedCounts));
1481 fillArray(mUnpluggedCounts, 0);
1498 mUnpluggedCounts
[all...]

Completed in 101 milliseconds