Searched refs:mKernelWakelockStats (Results 1 – 2 of 2) sorted by relevance
1597 private final HashMap<String, SamplingTimer> mKernelWakelockStats = new HashMap<>(); field in BatteryStatsImpl1600 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 …]
74348 Lcom/android/internal/os/BatteryStatsImpl;->mKernelWakelockStats:Ljava/util/HashMap;