Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1714 uid.mAggregatedPartialWakelockTimer, in getWakeLockStats()
8163 DualTimer mAggregatedPartialWakelockTimer; field in BatteryStatsImpl.Uid
8581 return mAggregatedPartialWakelockTimer; in getAggregatedPartialWakelockTimer()
9112 if (mAggregatedPartialWakelockTimer == null) { in createAggregatedPartialWakelockTimerLocked()
9113 mAggregatedPartialWakelockTimer = new DualTimer(mBsi.mClock, this, in createAggregatedPartialWakelockTimerLocked()
9117 return mAggregatedPartialWakelockTimer; in createAggregatedPartialWakelockTimerLocked()
9713 active |= !resetIfNotNull(mAggregatedPartialWakelockTimer, false, realtimeUs); in reset()
9876 detachIfNotNull(mAggregatedPartialWakelockTimer); in detachFromTimeBase()
11159 if (mAggregatedPartialWakelockTimer != null) { in noteStopWakeLocked()
11160 mAggregatedPartialWakelockTimer.stopRunningLocked(elapsedRealtimeMs); in noteStopWakeLocked()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73254 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mAggregatedPartialWakelockTimer:Lcom/android/intern…