Searched refs:mMobileRadioActiveTimer (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 913 StopwatchTimer mMobileRadioActiveTimer; field in BatteryStatsImpl 4915 mMobileRadioActiveTimer.startRunningLocked(elapsedRealtime); in noteMobileRadioPowerStateLocked() 4918 mMobileRadioActiveTimer.stopRunningLocked(realElapsedRealtimeMs); in noteMobileRadioPowerStateLocked() 6287 return mMobileRadioActiveTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getMobileRadioActiveTime() 6291 return mMobileRadioActiveTimer.getCountLocked(which); in getMobileRadioActiveCount() 9799 mMobileRadioActiveTimer = new StopwatchTimer(mClocks, null, -400, null, mOnBatteryTimeBase); in BatteryStatsImpl() 10500 mMobileRadioActiveTimer.reset(false); in resetAllStatsLocked() 13625 mMobileRadioActiveTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel() 14110 mMobileRadioActiveTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel() 14592 mMobileRadioActiveTimer = new StopwatchTimer(mClocks, null, -400, null, in readFromParcelLocked() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 95180 Lcom/android/internal/os/BatteryStatsImpl;->mMobileRadioActiveTimer:Lcom/android/internal/os/Batter…
|