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

/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java103 final PowerManager.WakeLock wakelock; field in class:CryptKeeper.NonConfigurationInstanceState
106 wakelock = _wakelock;
251 mWakeLock = retained.wakelock;
252 Log.d(TAG, "Restoring wakelock from NonConfigurationInstanceState");
259 * especially important if we were to lose the wakelock for any reason.
302 * Reconfiguring, so propagate the wakelock to the next instance. This runs between onStop()
309 Log.d(TAG, "Handing wakelock off to NonConfigurationInstanceState");
319 Log.d(TAG, "Releasing and destroying wakelock");
326 // Accquire a partial wakelock to prevent the device from sleeping. Note
327 // we never release this wakelock a
[all...]

Completed in 3652 milliseconds