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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1711 long mLastAddedDuration; field in class:BatteryStatsImpl.BatchTimer
1722 mLastAddedDuration = in.readLong();
1736 out.writeLong(mLastAddedDuration);
1752 mTotalTime += mLastAddedDuration;
1761 + " mLastAddedDuration=" + mLastAddedDuration);
1766 return mLastTime + mLastAddedDuration - curTime;
1784 mLastAddedDuration -= overage;
1793 mLastAddedDuration = durationMillis * 1000;
1795 mTotalTime += mLastAddedDuration;
[all...]

Completed in 113 milliseconds