Searched refs:wakelock (Results 1 – 7 of 7) sorted by relevance
4 1) holding wakelock (singleton to this service)5 2) setting alarm for a specified period and releasing the wakelock; service6 call will block until alarm has been triggered and the wakelock is held7 3) releasing the wakelock12 1) holding wakelock21 3) releasing wakelock
40 final BatteryStats.Uid.Wakelock wakelock = wakelockStats.valueAt(i); in calculateApp() local44 BatteryStats.Timer timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL); in calculateApp()
5300 Uid.Wakelock wakelock = wakeStats.valueAt(iw); in writeToParcelLocked() local5301 wakelock.writeToParcelLocked(out, elapsedRealtimeUs); in writeToParcelLocked()5481 Uid.Wakelock wakelock = new Wakelock(); in readFromParcelLocked() local5482 wakelock.readFromParcelLocked(timeBase, screenOffTimeBase, in); in readFromParcelLocked()5483 mWakelockStats.add(wakelockName, wakelock); in readFromParcelLocked()
2 page.tags=wakelock, AlarmManager, WakefulBroadcastReceiver52 <strong><a href="wakelock.html">Keeping the Device Awake</a></strong>
145 {@link android.os.PowerManager.WakeLock#release wakelock.release()}. This releases your
1098 <li>Fixed problem with flagging a wakelock release inside a conditional.
831 <li>Fixed problem with flagging a wakelock release inside a conditional.