Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1003 StopwatchTimer mDeviceIdlingTimer; field in BatteryStatsImpl
5764 mDeviceIdlingTimer.startRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()
5766 mDeviceIdlingTimer.stopRunningLocked(elapsedRealtimeMs); in noteDeviceIdleModeLocked()
7229 return mDeviceIdlingTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getDeviceIdlingTime()
7239 return mDeviceIdlingTimer.getCountLocked(which); in getDeviceIdlingCount()
10939 mDeviceIdlingTimer = new StopwatchTimer(mClock, null, -12, null, mOnBatteryTimeBase); in initTimersAndCounters()
11572 mDeviceIdlingTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()
15888 mDeviceIdlingTimer.readSummaryFromParcelLocked(in);
16388 mDeviceIdlingTimer.writeSummaryFromParcelLocked(out, nowRealtime);
16880 mDeviceIdlingTimer.logState(pr, " ");
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74273 Lcom/android/internal/os/BatteryStatsImpl;->mDeviceIdlingTimer:Lcom/android/internal/os/BatteryStat…