Searched refs:mKernelWakelockStats (Results 1 – 1 of 1) sorted by relevance
483 private final HashMap<String, SamplingTimer> mKernelWakelockStats = new HashMap<>(); field in BatteryStatsImpl486 return mKernelWakelockStats; in getKernelWakelockStats()1786 SamplingTimer kwlt = mKernelWakelockStats.get(name); in getKernelWakelockTimerLocked()1789 mKernelWakelockStats.put(name, kwlt); in getKernelWakelockTimerLocked()7475 if (mKernelWakelockStats.size() > 0) { in resetAllStatsLocked()7476 for (SamplingTimer timer : mKernelWakelockStats.values()) { in resetAllStatsLocked()7479 mKernelWakelockStats.clear(); in resetAllStatsLocked()7941 SamplingTimer kwlt = mKernelWakelockStats.get(name); in updateKernelWakelocksLocked()7945 mKernelWakelockStats.put(name, kwlt); in updateKernelWakelocksLocked()7956 if (wakelockStats.size() != mKernelWakelockStats.size()) { in updateKernelWakelocksLocked()[all …]