Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java9773 final ArrayMap<String, Wakelock> wakeStats = mWakelockStats.getMap(); in reset() local
9774 for (int iw=wakeStats.size()-1; iw>=0; iw--) { in reset()
9775 Wakelock wl = wakeStats.valueAt(iw); in reset()
9777 wakeStats.removeAt(iw); in reset()
9919 final ArrayMap<String, Wakelock> wakeStats = mWakelockStats.getMap(); in detachFromTimeBase() local
9920 for (int iw = wakeStats.size() - 1; iw >= 0; iw--) { in detachFromTimeBase()
9921 Wakelock wl = wakeStats.valueAt(iw); in detachFromTimeBase()
17349 final ArrayMap<String, Uid.Wakelock> wakeStats = u.mWakelockStats.getMap();
17350 int NW = wakeStats.size();
17353 out.writeString(wakeStats.keyAt(iw));
[all …]