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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7609 DualTimer mTimerPartial; field in class:BatteryStatsImpl.Uid.Wakelock
7668 if (mTimerPartial != null) {
7669 wlactive |= !mTimerPartial.reset(false);
7682 if (mTimerPartial != null) {
7683 mTimerPartial.detach();
7684 mTimerPartial = null;
7700 mTimerPartial = readDualTimerFromParcel(WAKE_TYPE_PARTIAL,
7711 Timer.writeTimerToParcel(out, mTimerPartial, elapsedRealtimeUs);
7721 case WAKE_TYPE_PARTIAL: return mTimerPartial;
8705 DualTimer t = wl.mTimerPartial;
[all...]

Completed in 41 milliseconds