Searched refs:mAggregatedPartialWakelockTimer (Results 1 – 2 of 2) sorted by relevance
1714 uid.mAggregatedPartialWakelockTimer, in getWakeLockStats()8163 DualTimer mAggregatedPartialWakelockTimer; field in BatteryStatsImpl.Uid8581 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 …]
73254 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mAggregatedPartialWakelockTimer:Lcom/android/intern…