Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1597 private final HashMap<String, SamplingTimer> mKernelWakelockStats = new HashMap<>(); field in BatteryStatsImpl
1600 return mKernelWakelockStats; in getKernelWakelockStats()
4003 SamplingTimer kwlt = mKernelWakelockStats.get(name); in getKernelWakelockTimerLocked()
4006 mKernelWakelockStats.put(name, kwlt); in getKernelWakelockTimerLocked()
11642 if (mKernelWakelockStats.size() > 0) { in resetAllStatsLocked()
11643 for (SamplingTimer timer : mKernelWakelockStats.values()) { in resetAllStatsLocked()
11646 mKernelWakelockStats.clear(); in resetAllStatsLocked()
13414 SamplingTimer kwlt = mKernelWakelockStats.get(name);
13417 mKernelWakelockStats.put(name, kwlt);
13440 if (numWakelocksSetStale == mKernelWakelockStats.size()) {
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74348 Lcom/android/internal/os/BatteryStatsImpl;->mKernelWakelockStats:Ljava/util/HashMap;