Searched refs:mWakelockStats (Results 1 – 1 of 1) sorted by relevance
2380 final HashMap<String, Wakelock> mWakelockStats = new HashMap<String, Wakelock>(); field in BatteryStatsImpl.Uid2420 return mWakelockStats; in getWakelockStats()2727 if (mWakelockStats.size() > 0) { in reset()2728 Iterator<Map.Entry<String, Wakelock>> it = mWakelockStats.entrySet().iterator(); in reset()2817 out.writeInt(mWakelockStats.size()); in writeToParcelLocked()2818 for (Map.Entry<String, Uid.Wakelock> wakelockEntry : mWakelockStats.entrySet()) { in writeToParcelLocked()2899 mWakelockStats.clear(); in readFromParcelLocked()2907 mWakelockStats.put(wakelockName, wakelock); in readFromParcelLocked()3909 Wakelock wl = mWakelockStats.get(name); in getWakeTimerLocked()3911 final int N = mWakelockStats.size(); in getWakeTimerLocked()[all …]