Searched refs:mPhoneOnTimer (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 806 StopwatchTimer mPhoneOnTimer; field in BatteryStatsImpl 5080 mPhoneOnTimer.startRunningLocked(elapsedRealtime); in notePhoneOnLocked() 5094 mPhoneOnTimer.stopRunningLocked(elapsedRealtime); in notePhoneOffLocked() 6235 return mPhoneOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getPhoneOnTime() 6239 return mPhoneOnTimer.getCountLocked(which); in getPhoneOnCount() 9779 mPhoneOnTimer = new StopwatchTimer(mClocks, null, -3, null, mOnBatteryTimeBase); in BatteryStatsImpl() 10483 mPhoneOnTimer.reset(false); in resetAllStatsLocked() 13612 mPhoneOnTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel() 14098 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel() 14576 mPhoneOnTimer = new StopwatchTimer(mClocks, null, -3, null, mOnBatteryTimeBase, in); in readFromParcelLocked() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 95214 Lcom/android/internal/os/BatteryStatsImpl;->mPhoneOnTimer:Lcom/android/internal/os/BatteryStatsImpl…
|