Home | History | Annotate | Download | only in os

Lines Matching refs:mTimer

3086             StopwatchTimer mTimer;
3107 if (mTimer.reset(BatteryStatsImpl.this, true)) {
3108 mTimer = null;
3115 mTimer = readTimerFromParcel(unpluggables, in);
3119 Timer.writeTimerToParcel(out, mTimer, batteryRealtime);
3124 return mTimer;
3962 StopwatchTimer t = se.mTimer;
3972 se.mTimer = t;
5382 if (se.mTimer != null) {
5384 se.mTimer.writeSummaryFromParcelLocked(out, NOWREAL);