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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7390 DualTimer mTimerPartial; field in class:BatteryStatsImpl.Uid.Wakelock
7449 if (mTimerPartial != null) {
7450 wlactive |= !mTimerPartial.reset(false);
7463 if (mTimerPartial != null) {
7464 mTimerPartial.detach();
7465 mTimerPartial = null;
7481 mTimerPartial = readDualTimerFromParcel(WAKE_TYPE_PARTIAL,
7492 Timer.writeTimerToParcel(out, mTimerPartial, elapsedRealtimeUs);
7502 case WAKE_TYPE_PARTIAL: return mTimerPartial;
8471 DualTimer t = wl.mTimerPartial;
[all...]

Completed in 54 milliseconds