Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1006 StopwatchTimer mDeviceLightIdlingTimer; field in BatteryStatsImpl
5772 mDeviceLightIdlingTimer.startRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()
5774 mDeviceLightIdlingTimer.stopRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()
7227 return mDeviceLightIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()
7237 return mDeviceLightIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()
10938 mDeviceLightIdlingTimer = new StopwatchTimer(mClock, null, -15, null, mOnBatteryTimeBase); in initTimersAndCounters()
11571 mDeviceLightIdlingTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()
15887 mDeviceLightIdlingTimer.readSummaryFromParcelLocked(in);
16387 mDeviceLightIdlingTimer.writeSummaryFromParcelLocked(out, nowRealtime);
16878 mDeviceLightIdlingTimer.logState(pr, " ");
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74275 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceLightIdlingTimer:Lcom/android/internal/os/Batter…