Home
last modified time | relevance | path

Searched refs:mDeviceLightIdlingTimer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java755 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl
5156 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked()
5158 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked()
6359 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()
6369 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()
10140 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, mOnBatteryTimeBase); in BatteryStatsImpl()
10848 mDeviceLightIdlingTimer.reset(false); in resetAllStatsLocked()
13779 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel()
14240 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel()
14716 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, in readFromParcelLocked()
[all …]