Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java798 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl
4996 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked()
4998 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked()
6199 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()
6209 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()
9790 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, mOnBatteryTimeBase); in BatteryStatsImpl()
10494 mDeviceLightIdlingTimer.reset(false); in resetAllStatsLocked()
13610 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel()
14095 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel()
14572 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88704 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceLightIdlingTimer:Lcom/android/internal/os/Batter…