Searched refs:mForegroundServiceTimer (Results 1 – 2 of 2) sorted by relevance
8161 StopwatchTimer mForegroundServiceTimer; field in BatteryStatsImpl.Uid9104 if (mForegroundServiceTimer == null) { in createForegroundServiceTimerLocked()9105 mForegroundServiceTimer = new StopwatchTimer(mBsi.mClock, Uid.this, in createForegroundServiceTimerLocked()9108 return mForegroundServiceTimer; in createForegroundServiceTimerLocked()9202 if (mForegroundServiceTimer != null) { in noteForegroundServicePausedLocked()9203 mForegroundServiceTimer.stopRunningLocked(elapsedRealtimeMs); in noteForegroundServicePausedLocked()9349 return mForegroundServiceTimer; in getForegroundServiceTimer()9712 active |= !resetIfNotNull(mForegroundServiceTimer, false, realtimeUs); in reset()9874 detachIfNotNull(mForegroundServiceTimer); in detachFromTimeBase()17204 if (u.mForegroundServiceTimer != null) {[all …]
73274 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mForegroundServiceTimer:Lcom/android/internal/os/Ba…