Searched refs:mAggregatedPartialWakelockTimer (Results 1 – 2 of 2) sorted by relevance
7827 DualTimer mAggregatedPartialWakelockTimer; field in BatteryStatsImpl.Uid8234 return mAggregatedPartialWakelockTimer; in getAggregatedPartialWakelockTimer()8765 if (mAggregatedPartialWakelockTimer == null) { in createAggregatedPartialWakelockTimerLocked()8766 mAggregatedPartialWakelockTimer = new DualTimer(mBsi.mClock, this, in createAggregatedPartialWakelockTimerLocked()8770 return mAggregatedPartialWakelockTimer; in createAggregatedPartialWakelockTimerLocked()9365 active |= !resetIfNotNull(mAggregatedPartialWakelockTimer, false, realtimeUs); in reset()9528 detachIfNotNull(mAggregatedPartialWakelockTimer); in detachFromTimeBase()10806 if (mAggregatedPartialWakelockTimer != null) { in noteStopWakeLocked()10807 mAggregatedPartialWakelockTimer.stopRunningLocked(elapsedRealtimeMs); in noteStopWakeLocked()16582 if (u.mAggregatedPartialWakelockTimer != null) {[all …]
73897 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mAggregatedPartialWakelockTimer:Lcom/android/intern…