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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3000 StopwatchTimer mTimerPartial; field in class:BatteryStatsImpl.Uid.Wakelock
3033 if (mTimerPartial != null) {
3034 wlactive |= !mTimerPartial.reset(BatteryStatsImpl.this, false);
3044 if (mTimerPartial != null) {
3045 mTimerPartial.detach();
3046 mTimerPartial = null;
3057 mTimerPartial = readTimerFromParcel(WAKE_TYPE_PARTIAL,
3066 Timer.writeTimerToParcel(out, mTimerPartial, batteryRealtime);
3075 case WAKE_TYPE_PARTIAL: return mTimerPartial;
3923 t = wl.mTimerPartial;
[all...]

Completed in 68 milliseconds