Searched refs:mDeviceLightIdlingTimer (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 796 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl 4993 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked() 4995 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtime); in noteDeviceIdleModeLocked() 6186 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime() 6196 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount() 9777 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, mOnBatteryTimeBase); in BatteryStatsImpl() 10481 mDeviceLightIdlingTimer.reset(false); in resetAllStatsLocked() 13610 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in); in readSummaryFromParcel() 14096 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel() 14573 mDeviceLightIdlingTimer = new StopwatchTimer(mClocks, null, -15, null, in readFromParcelLocked() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 95071 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceLightIdlingTimer:Lcom/android/internal/os/Batter…
|