Searched refs:mForegroundServiceTimer (Results 1 – 1 of 1) sorted by relevance
6606 StopwatchTimer mForegroundServiceTimer; field in BatteryStatsImpl.Uid7223 if (mForegroundServiceTimer == null) { in createForegroundServiceTimerLocked()7224 mForegroundServiceTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, in createForegroundServiceTimerLocked()7227 return mForegroundServiceTimer; in createForegroundServiceTimerLocked()7321 if (mForegroundServiceTimer != null) { in noteForegroundServicePausedLocked()7322 mForegroundServiceTimer.stopRunningLocked(elapsedRealtimeMs); in noteForegroundServicePausedLocked()7470 return mForegroundServiceTimer; in getForegroundServiceTimer()7812 active |= !resetIfNotNull(mForegroundServiceTimer, false); in reset()7961 detachIfNotNull(mForegroundServiceTimer); in detachFromTimeBase()8187 if (mForegroundServiceTimer != null) { in writeToParcelLocked()[all …]