Home
last modified time | relevance | path

Searched refs:mForegroundActivityTimer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7824 StopwatchTimer mForegroundActivityTimer; field in BatteryStatsImpl.Uid
8600 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73916 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mForegroundActivityTimer:Lcom/android/internal/os/B…