Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java9721 StopwatchTimer mTimerFull; field in BatteryStatsImpl.Uid.Wakelock
9779 detachIfNotNull(mTimerFull); in reset()
9780 mTimerFull = null; in reset()
9798 mTimerFull = readStopwatchTimerFromParcel(WAKE_TYPE_FULL, in readFromParcelLocked()
9808 Timer.writeTimerToParcel(out, mTimerFull, elapsedRealtimeUs); in writeToParcelLocked()
9816 case WAKE_TYPE_FULL: return mTimerFull; in getWakeTime()
9826 detachIfNotNull(mTimerFull); in detachFromTimeBase()
10752 StopwatchTimer t = wl.mTimerFull; in getWakelockTimerLocked()
10756 wl.mTimerFull = t; in getWakelockTimerLocked()
16727 if (wl.mTimerFull != null) {
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73804 Lcom/android/internal/os/BatteryStatsImpl$Uid$Wakelock;->mTimerFull:Lcom/android/internal/os/Batter…