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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2281 // mSubTimer typically tracks only part of the total time, such as background time, as
2283 private final DurationTimer mSubTimer; field in class:BatteryStatsImpl.DualTimer
2286 * Creates a DualTimer to hold a main timer (this) and a mSubTimer.
2288 * The mSubTimer is based on the given subTimeBase. The mSubTimer is not pooled, even if
2294 mSubTimer = new DurationTimer(clocks, uid, type, null, subTimeBase, in);
2298 * Creates a DualTimer to hold a main timer (this) and a mSubTimer.
2300 * The mSubTimer is based on the given subTimeBase. The mSubTimer is not pooled, even if
2306 mSubTimer
[all...]

Completed in 40 milliseconds