Searched refs:wakelocks (Results 1 – 2 of 2) sorted by relevance
3105 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpCheckinLocked() local3107 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()3108 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()3500 final ArrayMap<String, ? extends Uid.Wakelock> wakelocks = u.getWakelockStats(); in dumpCheckinLocked() local3501 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()3502 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()3517 String name = wakelocks.keyAt(iw); in dumpCheckinLocked()3972 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpLocked() local3974 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpLocked()3975 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpLocked()[all …]
152 // Summarizes the state of all active wakelocks.181 // Set of app ids that are temporarily allowed to acquire wakelocks due to