Searched refs:mLastPartialTimers (Results 1 – 1 of 1) sorted by relevance
224 final ArrayList<StopwatchTimer> mLastPartialTimers = new ArrayList<>(); field in BatteryStatsImpl8149 if (ArrayUtils.referenceEquals(mPartialTimers, mLastPartialTimers)) { in updateCpuTimeLocked()8157 final int numLastPartialTimers = mLastPartialTimers.size(); in updateCpuTimeLocked()8159 mLastPartialTimers.get(i).mInList = false; in updateCpuTimeLocked()8161 mLastPartialTimers.clear(); in updateCpuTimeLocked()8167 mLastPartialTimers.add(timer); in updateCpuTimeLocked()