Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java2857 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpCheckinLocked() local
2859 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() local
3163 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() local
3576 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpLocked()
3577 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpLocked()
[all …]
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd23 <li><a href="#wakelocks">Using wake locks</a></li>
344 <h3 id="wakelocks">Using wake locks</h3>
/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd281 app temporary access to network services and partial wakelocks, then returns the device or app
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd604 your battery use, avoiding wakelocks, scheduling tasks, and monitoring sensor