Searched refs:wakelocks (Results 1 – 4 of 4) sorted by relevance
2857 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpCheckinLocked() local2859 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()2860 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()3162 final ArrayMap<String, ? extends Uid.Wakelock> wakelocks = u.getWakelockStats(); in dumpCheckinLocked() local3163 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()3164 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()3176 String name = wakelocks.keyAt(iw); in dumpCheckinLocked()3574 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpLocked() local3576 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpLocked()3577 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpLocked()[all …]
23 <li><a href="#wakelocks">Using wake locks</a></li>344 <h3 id="wakelocks">Using wake locks</h3>
281 app temporary access to network services and partial wakelocks, then returns the device or app
604 your battery use, avoiding wakelocks, scheduling tasks, and monitoring sensor