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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java260 final ArrayList<StopwatchTimer> mLastPartialTimers = new ArrayList<>(); field in class:BatteryStatsImpl
9523 if (ArrayUtils.referenceEquals(mPartialTimers, mLastPartialTimers)) {
9531 final int numLastPartialTimers = mLastPartialTimers.size();
9533 mLastPartialTimers.get(i).mInList = false;
9535 mLastPartialTimers.clear();
9541 mLastPartialTimers.add(timer);

Completed in 30 milliseconds