Lines Matching full:wakelock
124 PowerManager.WakeLock mWakeLock;
129 /** Number of calls to {@link #notifyUser()} before we release the wakelock */
162 final PowerManager.WakeLock wakelock;
164 NonConfigurationInstanceState(PowerManager.WakeLock _wakelock) {
165 wakelock = _wakelock;
439 mWakeLock = retained.wakelock;
440 Log.d(TAG, "Restoring wakelock from NonConfigurationInstanceState");
452 * especially important if we were to lose the wakelock for any reason.
550 * Reconfiguring, so propagate the wakelock to the next instance. This runs between onStop()
557 Log.d(TAG, "Handing wakelock off to NonConfigurationInstanceState");
567 Log.d(TAG, "Releasing and destroying wakelock");
577 // Accquire a partial wakelock to prevent the device from sleeping. Note
578 // we never release this wakelock as we will be restarted after the device
582 Log.d(TAG, "Acquiring wakelock.");
787 Log.d(TAG, "Acquiring wakelock.");