Searched refs:mForegroundActivityTimer (Results 1 – 2 of 2) sorted by relevance
8160 StopwatchTimer mForegroundActivityTimer; field in BatteryStatsImpl.Uid8947 final StopwatchTimer fgTimer = mForegroundActivityTimer; in markProcessForegroundTimeUs()9096 if (mForegroundActivityTimer == null) { in createForegroundActivityTimerLocked()9097 mForegroundActivityTimer = new StopwatchTimer(mBsi.mClock, Uid.this, in createForegroundActivityTimerLocked()9100 return mForegroundActivityTimer; in createForegroundActivityTimerLocked()9192 if (mForegroundActivityTimer != null) { in noteActivityPausedLocked()9193 mForegroundActivityTimer.stopRunningLocked(elapsedRealtimeMs); in noteActivityPausedLocked()9344 return mForegroundActivityTimer; in getForegroundActivityTimer()9711 active |= !resetIfNotNull(mForegroundActivityTimer, false, realtimeUs); in reset()9873 detachIfNotNull(mForegroundActivityTimer); in detachFromTimeBase()[all …]
73273 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mForegroundActivityTimer:Lcom/android/internal/os/B…