Searched refs:mForegroundActivityTimer (Results 1 – 2 of 2) sorted by relevance
7824 StopwatchTimer mForegroundActivityTimer; field in BatteryStatsImpl.Uid8600 final StopwatchTimer fgTimer = mForegroundActivityTimer; in markProcessForegroundTimeUs()8749 if (mForegroundActivityTimer == null) { in createForegroundActivityTimerLocked()8750 mForegroundActivityTimer = new StopwatchTimer(mBsi.mClock, Uid.this, in createForegroundActivityTimerLocked()8753 return mForegroundActivityTimer; in createForegroundActivityTimerLocked()8845 if (mForegroundActivityTimer != null) { in noteActivityPausedLocked()8846 mForegroundActivityTimer.stopRunningLocked(elapsedRealtimeMs); in noteActivityPausedLocked()8997 return mForegroundActivityTimer; in getForegroundActivityTimer()9363 active |= !resetIfNotNull(mForegroundActivityTimer, false, realtimeUs); in reset()9525 detachIfNotNull(mForegroundActivityTimer); in detachFromTimeBase()[all …]
73916 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mForegroundActivityTimer:Lcom/android/internal/os/B…