Searched refs:mForegroundServiceTimer (Results 1 – 2 of 2) sorted by relevance
7825 StopwatchTimer mForegroundServiceTimer; field in BatteryStatsImpl.Uid8757 if (mForegroundServiceTimer == null) { in createForegroundServiceTimerLocked()8758 mForegroundServiceTimer = new StopwatchTimer(mBsi.mClock, Uid.this, in createForegroundServiceTimerLocked()8761 return mForegroundServiceTimer; in createForegroundServiceTimerLocked()8855 if (mForegroundServiceTimer != null) { in noteForegroundServicePausedLocked()8856 mForegroundServiceTimer.stopRunningLocked(elapsedRealtimeMs); in noteForegroundServicePausedLocked()9002 return mForegroundServiceTimer; in getForegroundServiceTimer()9364 active |= !resetIfNotNull(mForegroundServiceTimer, false, realtimeUs); in reset()9526 detachIfNotNull(mForegroundServiceTimer); in detachFromTimeBase()16576 if (u.mForegroundServiceTimer != null) {[all …]
73917 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mForegroundServiceTimer:Lcom/android/internal/os/Ba…