Searched refs:mForegroundServiceTimer (Results 1 – 2 of 2) sorted by relevance
6580 StopwatchTimer mForegroundServiceTimer; field in BatteryStatsImpl.Uid7197 if (mForegroundServiceTimer == null) { in createForegroundServiceTimerLocked()7198 mForegroundServiceTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, in createForegroundServiceTimerLocked()7201 return mForegroundServiceTimer; in createForegroundServiceTimerLocked()7295 if (mForegroundServiceTimer != null) { in noteForegroundServicePausedLocked()7296 mForegroundServiceTimer.stopRunningLocked(elapsedRealtimeMs); in noteForegroundServicePausedLocked()7444 return mForegroundServiceTimer; in getForegroundServiceTimer()7786 active |= !resetIfNotNull(mForegroundServiceTimer, false); in reset()7935 detachIfNotNull(mForegroundServiceTimer); in detachFromTimeBase()8161 if (mForegroundServiceTimer != null) { in writeToParcelLocked()[all …]
94708 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mForegroundServiceTimer:Lcom/android/internal/os/Ba…