Searched refs:wakelock (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DUserCallActivity.java57 PowerManager.WakeLock wakelock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,
59 wakelock.acquire();
80 wakelock.release();
/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java129 /** Number of calls to {@link #notifyUser()} before we release the wakelock */
162 final PowerManager.WakeLock wakelock; field in class:CryptKeeper.NonConfigurationInstanceState
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 t
[all...]

Completed in 453 milliseconds