Searched refs:mDeviceLightIdlingTimer (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 400 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl 4297 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked() 4299 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked() 5323 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime() 5333 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount() 8628 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, mOnBatteryTimeBase); in BatteryStatsImpl() 9292 mDeviceLightIdlingTimer.reset(false); in resetAllStatsLocked() 11384 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel() 11774 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel() 12183 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, in readFromParcelLocked() [all …]
|