Searched refs:mPhoneOnTimer (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 808 StopwatchTimer mPhoneOnTimer; field in BatteryStatsImpl 5083 mPhoneOnTimer.startRunningLocked(elapsedRealtime); in notePhoneOnLocked() 5097 mPhoneOnTimer.stopRunningLocked(elapsedRealtime); in notePhoneOffLocked() 6248 return mPhoneOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getPhoneOnTime() 6252 return mPhoneOnTimer.getCountLocked(which); in getPhoneOnCount() 9792 mPhoneOnTimer = new StopwatchTimer(mClocks, null, -3, null, mOnBatteryTimeBase); in BatteryStatsImpl() 10496 mPhoneOnTimer.reset(false); in resetAllStatsLocked() 13612 mPhoneOnTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel() 14097 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel() 14575 mPhoneOnTimer = new StopwatchTimer(mClocks, null, -3, null, mOnBatteryTimeBase, in); in readFromParcelLocked() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 88847 Lcom/android/internal/os/BatteryStatsImpl;->mPhoneOnTimer:Lcom/android/internal/os/BatteryStatsImpl…
|