Searched refs:mForegroundActivityTimer (Results 1 – 2 of 2) sorted by relevance
8225 StopwatchTimer mForegroundActivityTimer; field in BatteryStatsImpl.Uid9012 final StopwatchTimer fgTimer = mForegroundActivityTimer; in markProcessForegroundTimeUs()9161 if (mForegroundActivityTimer == null) { in createForegroundActivityTimerLocked()9162 mForegroundActivityTimer = new StopwatchTimer(mBsi.mClock, Uid.this, in createForegroundActivityTimerLocked()9165 return mForegroundActivityTimer; in createForegroundActivityTimerLocked()9257 if (mForegroundActivityTimer != null) { in noteActivityPausedLocked()9258 mForegroundActivityTimer.stopRunningLocked(elapsedRealtimeMs); in noteActivityPausedLocked()9409 return mForegroundActivityTimer; in getForegroundActivityTimer()9776 active |= !resetIfNotNull(mForegroundActivityTimer, false, realtimeUs); in reset()9938 detachIfNotNull(mForegroundActivityTimer); in detachFromTimeBase()[all …]
73273 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mForegroundActivityTimer:Lcom/android/internal/os/B…