Searched refs:mMobileRadioApWakeupCount (Results 1 – 2 of 2) sorted by relevance
7850 private LongSamplingCounter mMobileRadioApWakeupCount; field in BatteryStatsImpl.Uid9235 if (mMobileRadioApWakeupCount == null) { in noteMobileRadioApWakeupLocked()9238 mMobileRadioApWakeupCount.addCountLocked(1); in noteMobileRadioApWakeupLocked()9243 if (mMobileRadioApWakeupCount != null) { in getMobileRadioApWakeupCount()9244 return mMobileRadioApWakeupCount.getCountLocked(which); in getMobileRadioApWakeupCount()9420 resetIfNotNull(mMobileRadioApWakeupCount, false, realtimeUs); in reset()9546 detachIfNotNull(mMobileRadioApWakeupCount); in detachFromTimeBase()16176 detachIfNotNull(u.mMobileRadioApWakeupCount);16180 detachIfNotNull(u.mMobileRadioApWakeupCount);16181 u.mMobileRadioApWakeupCount = null;[all …]
73931 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mMobileRadioApWakeupCount:Lcom/android/internal/os/…