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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1435 long mLastAddedDuration; field in class:BatteryStatsImpl.BatchTimer
1446 mLastAddedDuration = in.readLong();
1460 out.writeLong(mLastAddedDuration);
1476 mTotalTime += mLastAddedDuration;
1485 + " mLastAddedDuration=" + mLastAddedDuration);
1490 return mLastTime + mLastAddedDuration - curTime;
1508 mLastAddedDuration -= overage;
1517 mLastAddedDuration = durationMillis * 1000;
1519 mTotalTime += mLastAddedDuration;
[all...]

Completed in 57 milliseconds