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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1041 public long[] mUnpluggedCounts; field in class:BatteryStatsImpl.LongSamplingCounterArray
1049 mUnpluggedCounts = in.createLongArray();
1061 out.writeLongArray(mUnpluggedCounts);
1066 mUnpluggedCounts = copyArray(mPluggedCounts, mUnpluggedCounts);
1078 subtract(val, mUnpluggedCounts);
1089 + " mUnpluggedCounts=" + Arrays.toString(mUnpluggedCounts)
1118 fillArray(mUnpluggedCounts, 0);
1135 mUnpluggedCounts
[all...]

Completed in 43 milliseconds