Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1088 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl
6020 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()
6022 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()
7554 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()
7564 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()
11345 mDeviceLightIdlingTimer = new StopwatchTimer(mClock, null, -15, null, mOnBatteryTimeBase); in initTimersAndCounters()
11958 mDeviceLightIdlingTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()
16506 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in);
17014 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, nowRealtime);
17511 mDeviceLightIdlingTimer.logState(pr, " ");
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73632 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceLightIdlingTimer:Lcom/android/internal/os/Batter…